Skip to content

Commit 795769e

Browse files
Removed debug print
1 parent 95fd0e5 commit 795769e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

repo2docker/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def open_guess_encoding(path):
8181
with open(path, "rb") as f:
8282
for line in f.readlines():
8383
detector.feed(line)
84-
print(str(i) + str(detector.done))
8584
if detector.done:
8685
break
8786
detector.close()

0 commit comments

Comments
 (0)