Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
leahfitch committed Jan 29, 2015
1 parent ad43a15 commit 1811dfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cellardoor/storage/mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def get(self, entity, filter=None, fields=None, sort=None, offset=0, limit=0, ve
else:
filter.update(type_filter)

print sort_pairs

results = collection.find(spec=filter,
fields=fields,
sort=sort_pairs,
Expand Down

0 comments on commit 1811dfa

Please sign in to comment.