remove debug print
This commit is contained in:
parent
221151e53f
commit
9804ae713f
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class TestCChardet():
|
||||||
def test_detector(self):
|
def test_detector(self):
|
||||||
detector = cchardet.UniversalDetector()
|
detector = cchardet.UniversalDetector()
|
||||||
with open("tests/samples/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt", 'rb') as f:
|
with open("tests/samples/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt", 'rb') as f:
|
||||||
print("===============================")
|
|
||||||
line = f.readline()
|
line = f.readline()
|
||||||
while line:
|
while line:
|
||||||
detector.feed(line)
|
detector.feed(line)
|
||||||
|
|
Loading…
Reference in a new issue