From: Guillaume Pellerin Date: Tue, 20 May 2014 09:04:11 +0000 (+0200) Subject: cleanup prints X-Git-Tag: 0.5.5~1^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5e2384a93d6869cdbd6765bb72980441852dc0a2;p=timeside.git cleanup prints --- diff --git a/timeside/analyzer/core.py b/timeside/analyzer/core.py index 8445353..e97be39 100644 --- a/timeside/analyzer/core.py +++ b/timeside/analyzer/core.py @@ -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")