diff --git a/pyorient/ogm/query.py b/pyorient/ogm/query.py index 87493dbf..336c0abf 100644 --- a/pyorient/ogm/query.py +++ b/pyorient/ogm/query.py @@ -160,8 +160,6 @@ def all(self): g = self._graph - print('SELECTED:', select) - response = g.client.command(select) if response: # TODO Determine which other queries always take only one iteration