diff --git a/anyrun/src/main.rs b/anyrun/src/main.rs index a58382d..f638fe5 100644 --- a/anyrun/src/main.rs +++ b/anyrun/src/main.rs @@ -335,8 +335,6 @@ fn activate(app: >k::Application, runtime_data: Rc .find(|path| path.exists()) .expect("Invalid plugin path"); - println!("{}", path.display()); - abi_stable::library::lib_header_from_path(&path) } .and_then(|plugin| plugin.init_root_module::())