Skip to content

Commit 850de73

Browse files
committed
Remove debug statement
1 parent 2d0e049 commit 850de73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/src/logical_plan/dfschema.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ impl DFSchema {
141141
return Ok(i);
142142
}
143143
}
144-
println!("{}", name);
145144
Err(DataFusionError::Plan(format!(
146145
"No field named '{}'. Valid fields are {}.",
147146
name,

0 commit comments

Comments
 (0)