diff --git a/src/nodes/input/mod.rs b/src/nodes/input/mod.rs index 5598a20..71f3e2c 100644 --- a/src/nodes/input/mod.rs +++ b/src/nodes/input/mod.rs @@ -114,7 +114,6 @@ impl InputMethod { let method = InputMethod::get(node)?; let handler = InputHandler::find(&calling_client, deserialize(message.as_ref())?)?; - println!("Input method captured"); method.captures.add_raw(&handler); node.send_remote_signal("capture", message) }