1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-07-10 09:08:44 -04:00

remove debug-print

This commit is contained in:
Thor77 2015-05-17 15:43:20 +02:00
parent 2149bc8c31
commit 8f42e9d736

View file

@ -127,7 +127,6 @@ with open(log_path, 'r') as f:
r = cldata.findall(data)[0]
nick = r[0]
clid = r[1]
#print(clid, nick, sep=' | ')
if clid in id_map:
clid = id_map[clid]
if data.startswith('client connected'):