diff --git a/terminusdb_client/woqlquery/woql_query.py b/terminusdb_client/woqlquery/woql_query.py index 943637e7..2d9ebb7b 100644 --- a/terminusdb_client/woqlquery/woql_query.py +++ b/terminusdb_client/woqlquery/woql_query.py @@ -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):