Skip to content

Commit

Permalink
Removed comment previously used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fattyhope committed Dec 15, 2023
1 parent d634509 commit c75c51b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uqcsbot/minecraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c75c51b

Please sign in to comment.