From 5e2384a93d6869cdbd6765bb72980441852dc0a2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 20 May 2014 11:04:11 +0200 Subject: [PATCH] cleanup prints --- timeside/analyzer/core.py | 1 - 1 file changed, 1 deletion(-) 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") -- 2.39.5