Skip to content

Commit

Permalink
删除测试用的日志输出 (apache#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJoy2048 authored Mar 2, 2022
1 parent 3b42d52 commit d3fda06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/src/plugin/udf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ macro_rules! declare_udf_plugin {
// make sure the constructor is the correct type.
let constructor: fn() -> $curr_plugin_type = $constructor;
let object = constructor();
println!("I be called");
Box::new(object)
}

Expand Down

0 comments on commit d3fda06

Please sign in to comment.