Skip to content

Commit

Permalink
update: removed print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoman09 committed Aug 21, 2019
1 parent 23ab6ce commit 6474e98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions optimizely/event/payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def __init__(self, account_id, project_id, revision, client_name, client_version
def __eq__(self, other):
batch_obj = json.loads(json.dumps(self.__dict__, default=lambda o: o.__dict__),
object_pairs_hook=self._dict_clean)

print(batch_obj)
print(other)

return batch_obj == other

def _dict_clean(self, obj):
Expand Down

0 comments on commit 6474e98

Please sign in to comment.