Removed debug prints

This commit is contained in:
2015-09-10 20:44:57 +02:00
parent 680195c7b4
commit b12699a714

View File

@@ -47,7 +47,6 @@ class File(List, Find, Create, Post, Update, Delete, Replace):
"""
api = api or self.api
files = self.all({'where': '{"parent": "%s"}' % self._id}, api=api)
print files._items
if not files._items:
return None
return files