Remove debug code

This commit is contained in:
Chev 2020-07-03 18:10:17 -07:00
parent 335ce7cc43
commit 063804cb23

View file

@ -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