Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinMendelGleason committed Nov 9, 2023
1 parent 3983aee commit 4d96326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terminusdb_client/woqlquery/woql_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ def _json(self, input_json=None):
self.from_dict(json.loads(input_json))
return self
else:
print(self.to_dict())
return json.dumps(self.to_dict(), sort_keys=True)

def to_dict(self):
Expand Down

0 comments on commit 4d96326

Please sign in to comment.