From 063804cb23305c184d647cbb664d46acd6d53187 Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Fri, 3 Jul 2020 18:10:17 -0700 Subject: [PATCH] Remove debug code --- tf2_voice_ban_bots.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tf2_voice_ban_bots.py b/tf2_voice_ban_bots.py index ad1aed8..16e344b 100644 --- a/tf2_voice_ban_bots.py +++ b/tf2_voice_ban_bots.py @@ -95,8 +95,6 @@ for player in range(0, len(players)): players_as_string = "\x01\0\0\0" + ''.join(players) #this is how the voice_ban.dt file is patterned -print(players_as_string) - print(f"{format(len(players), ',d')} muted players in total. Removed {dupe_number} duplicates.") writetofile = None