Skip to content

Commit

Permalink
Remove left over print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
KentShikama committed Jul 27, 2023
1 parent bf9872e commit f14ffb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/expungeservice/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ def default(self, o):
elif is_dataclass(o):
return asdict(o)
else:
print(o)
return JSONEncoder.default(self, o)

0 comments on commit f14ffb7

Please sign in to comment.