Skip to content

Commit

Permalink
Removed print statement used for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Mar 29, 2016
1 parent 1f8f0d7 commit 333b257
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyorient/ogm/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 333b257

Please # to comment.