From 8a652ec455bdcab73021f74b35f691c1b36a3512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 11 Mar 2016 10:23:12 +0100 Subject: [PATCH] Nuked the prints --- pillarsdk/api.py | 1 - pillarsdk/nodes.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pillarsdk/api.py b/pillarsdk/api.py index 8333423..e34dd2e 100644 --- a/pillarsdk/api.py +++ b/pillarsdk/api.py @@ -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 diff --git a/pillarsdk/nodes.py b/pillarsdk/nodes.py index c16188e..22c0ba2 100755 --- a/pillarsdk/nodes.py +++ b/pillarsdk/nodes.py @@ -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(