Skip to content

Commit

Permalink
Merge pull request #37 from adamnovak/patch-1
Browse files Browse the repository at this point in the history
Stop printing every class we deserialize
  • Loading branch information
kellrott authored Nov 17, 2021
2 parents fecc275 + 799bc1f commit a9ac295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def _unmarshal(v, obj):
r = {}
for k, v in d.items():
field = v
print("class", o.__name__)
omap = fullOmap.get(o.__name__, {})
if k in omap:
if isinstance(omap[k], tuple):
Expand Down

0 comments on commit a9ac295

Please sign in to comment.