remove debug print

This commit is contained in:
PyYoshi 2017-04-05 11:59:54 +09:00
parent 221151e53f
commit 9804ae713f

View file

@ -50,7 +50,6 @@ class TestCChardet():
def test_detector(self):
detector = cchardet.UniversalDetector()
with open("tests/samples/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt", 'rb') as f:
print("===============================")
line = f.readline()
while line:
detector.feed(line)