From 594fcf2bd07f9d424f394ba3965509d4e553f0bd Mon Sep 17 00:00:00 2001 From: Kirottu Date: Tue, 2 May 2023 22:41:53 +0300 Subject: [PATCH] Removed debug print message --- anyrun/src/main.rs | 2 -- 1 file changed, 2 deletions(-) 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::())