Removed debug print

pull/771/head
GeorgianaElena 2019-08-29 15:51:12 +03:00
rodzic 95fd0e5b81
commit 795769ee28
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,6 @@ def open_guess_encoding(path):
with open(path, "rb") as f:
for line in f.readlines():
detector.feed(line)
print(str(i) + str(detector.done))
if detector.done:
break
detector.close()