Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcowD committed Sep 23, 2024
1 parent 53783ba commit 3ce6a21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ell/util/serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ def prepare_invocation_params(params):

# Thisis because we wneed the caching to work on the hash of a cleaned and serialized object.
jstr = json.dumps(cleaned_invocation_params, sort_keys=True, default=repr)
print(cleaned_invocation_params, invocation_params)
print(jstr)

consumes = set()
import re
Expand Down

0 comments on commit 3ce6a21

Please sign in to comment.