]> git.parisson.com Git - timeside.git/commitdiff
cleanup prints
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 09:04:11 +0000 (11:04 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 09:04:11 +0000 (11:04 +0200)
timeside/analyzer/core.py

index 8445353e3f769c28ad361049417f9794988a7770..e97be390307035b334cf2df4589116cf57b9fe3c 100644 (file)
@@ -938,7 +938,6 @@ class AnalyzerResultContainer(dict):
             elif isinstance(obj, numpy.generic):
                 return numpy.asscalar(obj)
             else:
-                print obj
                 print type(obj)
                 raise TypeError(repr(obj) + " is not JSON serializable")