Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel committed Dec 5, 2023
1 parent b55c9d6 commit aa52d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydov/types/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def get_data_dicts(self):
datadicts.append(self.data)
else:
for subdata in self.subdata[subtype]:
# print(self.data, subdata)
for subdata_dict in subdata.get_data_dicts():
datadict = {}
datadict.update(self.data)
Expand Down

0 comments on commit aa52d89

Please sign in to comment.