diff --git a/km3io/offline.py b/km3io/offline.py index c5eae5dcbc28429111827f9ab63f189c58a86b36..a9326d901a538b83b7d8322a7fc7e63e251d48ec 100644 --- a/km3io/offline.py +++ b/km3io/offline.py @@ -378,8 +378,6 @@ class OfflineReader: if 'Head' in fobj: self._header = {} for n, x in fobj['Head']._map_3c_string_2c_string_3e_.items(): - print("{:15s} {}".format(n.decode("utf-8"), - x.decode("utf-8"))) self._header[n.decode("utf-8")] = x.decode("utf-8") else: warnings.warn("Your file header has an unsupported format")