Removed debug line

This commit is contained in:
Facundo Batista 2018-04-18 17:34:23 -03:00
parent be5792cb79
commit 3ee13ab9fc

View File

@ -321,7 +321,6 @@ class Generic(object):
Note that we can not check the JSON properly as we only receive here Note that we can not check the JSON properly as we only receive here
the original file truncated. the original file truncated.
""" """
print("===== peek", repr(peek))
return peek.startswith("[{") return peek.startswith("[{")