Nuked the prints
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user