remove debug-print

This commit is contained in:
Thor77 2015-05-17 15:43:20 +02:00
parent 2149bc8c31
commit 8f42e9d736
1 changed files with 1 additions and 2 deletions

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'):