From b42a848063981208d81e9a59f78ade1816d85e08 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sun, 14 Sep 2025 18:38:14 +0300 Subject: [PATCH] fix: remove debugging --- src/commands/system/rank.rs | 7 ------- 1 file changed, 7 deletions(-) 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."),