debug test println removed
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user