Leftover debug code removed

This commit is contained in:
Dionysus 2023-10-19 22:31:18 -04:00
parent 997720c5d4
commit afb3ff5212
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

View File

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