diff --git a/src/commands/system/rank.rs b/src/commands/system/rank.rs index e5bac95..7830948 100644 --- a/src/commands/system/rank.rs +++ b/src/commands/system/rank.rs @@ -205,13 +205,6 @@ impl Command for RankCommand { }, _ => {} } - - client - .message(format!( - "action: {}, sub_action: {}, permission_or_rank: {}", - action, sub_action, permission_or_rank - )) - .await; } else { client.message( format!("You do not have permission `rank.{action}.{sub_action}` to run this command."),