From c75c51b6899a3cac380014ca4b1c283307382387 Mon Sep 17 00:00:00 2001 From: fattyhope Date: Fri, 15 Dec 2023 16:59:16 +1000 Subject: [PATCH] Removed comment previously used for debugging --- uqcsbot/minecraft.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/uqcsbot/minecraft.py b/uqcsbot/minecraft.py index 7feb2bd..da5d121 100644 --- a/uqcsbot/minecraft.py +++ b/uqcsbot/minecraft.py @@ -119,8 +119,6 @@ async def mcunwhitelist(self, interaction: discord.Interaction, username: str): response_kick = await self.send_rcon_command(f"kick {username}") logging.info(f"[MINECRAFT] kick {username}: {response_kick}") - # Check this else statement - # If the responses indicate successful removal, remove from the database item if "Removed" in response_remove[0]: db_session.query(MCWhitelist).filter(