From 3ee13ab9fcaafcf562aebf388a14ee6d8b42f520 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Wed, 18 Apr 2018 17:34:23 -0300 Subject: [PATCH] Removed debug line --- isso/migrate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/isso/migrate.py b/isso/migrate.py index 3628460..e23ec8c 100644 --- a/isso/migrate.py +++ b/isso/migrate.py @@ -321,7 +321,6 @@ class Generic(object): Note that we can not check the JSON properly as we only receive here the original file truncated. """ - print("===== peek", repr(peek)) return peek.startswith("[{")