From: Guillaume Pellerin Date: Tue, 20 May 2014 09:20:55 +0000 (+0200) Subject: cleanup prints again X-Git-Tag: 0.5.5~1^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1cde7fb4eea4487afdec5b41567a4290c91a8de9;p=timeside.git cleanup prints again --- diff --git a/timeside/analyzer/h5tools.py b/timeside/analyzer/h5tools.py index 67e6137..2db446e 100644 --- a/timeside/analyzer/h5tools.py +++ b/timeside/analyzer/h5tools.py @@ -29,7 +29,6 @@ def dict_to_hdf5(dict_like, h5group): attrs = dict_like.keys() for name in attrs: if dict_like[name] is not None: - print (name, dict_like[name]) h5group.attrs[str(name)] = dict_like[name]