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)
|
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(
|
||||||
|
|||||||
Reference in New Issue
Block a user