Removed debug print message

This commit is contained in:
Kirottu
2023-05-02 22:41:53 +03:00
parent 9fed55e692
commit 594fcf2bd0

View File

@@ -335,8 +335,6 @@ fn activate(app: &gtk::Application, runtime_data: Rc<RefCell<Option<RuntimeData>
.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::<PluginRef>())