Removed another debug print.

This commit is contained in:
jupfi 2024-02-10 17:55:02 +01:00
parent 052800f717
commit a5f3ad53b7

View file

@ -50,7 +50,6 @@ class HDF():
self.parsoutp = {}
ii_oupargs = 0
for item in f[HDFkey].attrs.items():
print(item)
itemname = item[0][5:]
itemarg = item[0][1:4]
if not ('///' in itemarg):