From 17c466736cc2072c7f3b4ecb23d888edac7ba9eb Mon Sep 17 00:00:00 2001 From: filipriec Date: Fri, 28 Feb 2025 23:34:20 +0100 Subject: [PATCH] debug test println removed --- client/src/modes/handlers/command_mode.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/modes/handlers/command_mode.rs b/client/src/modes/handlers/command_mode.rs index 9e5387e..f1ecb75 100644 --- a/client/src/modes/handlers/command_mode.rs +++ b/client/src/modes/handlers/command_mode.rs @@ -81,8 +81,9 @@ async fn process_command( let action = config.get_action_for_command(&command) .unwrap_or("unknown"); - // For debugging - eprintln!("Command: '{}', Action: '{}'", command, action); + // TODO remove in the future this comment. For debugging to instantly output action + // eprintln!("Command: '{}', Action: '{}'", command, action); + match action { "save" => { let message = common::save(