Skip to content

Commit

Permalink
Remove debugging output (closes #55)
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed May 20, 2015
1 parent 904205f commit 6fb7f01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tinydb/middlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def read(self):
for field in item:
try:
if item[field].startswith(tag):
print('Okay!')
encoded = item[field][len(tag):]
item[field] = serializer.decode(encoded)
except AttributeError:
Expand Down

0 comments on commit 6fb7f01

Please sign in to comment.