Skip to content
Snippets Groups Projects
Commit 0eed8924 authored by Zineb Aly's avatar Zineb Aly
Browse files

remove printing line from header

parent 91b88bdc
No related branches found
No related tags found
1 merge request!15Best reco hits events
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment