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

index 67e61371740afdbf448806e9941a0af1b671842f..2db446eb64d9a4b3c89efddc0fbb95e8d6cb5ef9 100644 (file)
@@ -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]