debug test println removed

This commit is contained in:
filipriec
2025-02-28 23:34:20 +01:00
parent a79fa45a6d
commit 17c466736c

View File

@@ -81,8 +81,9 @@ async fn process_command(
let action = config.get_action_for_command(&command) let action = config.get_action_for_command(&command)
.unwrap_or("unknown"); .unwrap_or("unknown");
// For debugging // TODO remove in the future this comment. For debugging to instantly output action
eprintln!("Command: '{}', Action: '{}'", command, action); // eprintln!("Command: '{}', Action: '{}'", command, action);
match action { match action {
"save" => { "save" => {
let message = common::save( let message = common::save(