Nuked the prints

This commit is contained in:
2016-03-11 10:23:12 +01:00
parent 379fee60a8
commit 8a652ec455
2 changed files with 0 additions and 2 deletions

View File

@@ -129,7 +129,6 @@ class Api(object):
except:
logging.info("Response[{0}]: {1}".format(response.status_code,
response.reason))
#print (response.content)
raise
return error

View File

@@ -48,7 +48,6 @@ class Node(List, Find, Create, Post, Update, Delete, Replace):
attributes.pop('_links', None)
attributes.pop('allowed_methods')
attributes = utils.remove_none_attributes(attributes)
print attributes
url = utils.join_url(self.path, str(self['_id']))
headers = utils.merge_dict(