mirror of
git://git.acid.vegas/archive.git
synced 2024-11-14 04:06:44 +00:00
Leftover debug code removed
This commit is contained in:
parent
997720c5d4
commit
afb3ff5212
@ -86,7 +86,7 @@ if __name__ == '__main__':
|
||||
enc = chardet.detect(data)['encoding']
|
||||
lines = IRC2ANSI(data.decode(enc)).split('\n')
|
||||
for line in lines:
|
||||
print(line + ' ' + str(len(line)))
|
||||
print(line)
|
||||
time.sleep(0.05)
|
||||
|
||||
if os.path.isdir(option):
|
||||
|
Loading…
Reference in New Issue
Block a user