You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/02 04:33:40 UTC

[38/40] libcloud git commit: Remove print for debug

Remove print for debug


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5a1eeae5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5a1eeae5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5a1eeae5

Branch: refs/heads/trunk
Commit: 5a1eeae573d689d7bcf727f86b3659fc2071d73d
Parents: 8db131a
Author: Samuel Chong <sa...@gmail.com>
Authored: Fri Dec 2 13:51:38 2016 +1100
Committer: Samuel Chong <sa...@gmail.com>
Committed: Fri Dec 2 13:51:38 2016 +1100

----------------------------------------------------------------------
 libcloud/common/dimensiondata.py          | 2 +-
 libcloud/compute/drivers/dimensiondata.py | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5a1eeae5/libcloud/common/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/common/dimensiondata.py b/libcloud/common/dimensiondata.py
index 786a163..bcfd576 100644
--- a/libcloud/common/dimensiondata.py
+++ b/libcloud/common/dimensiondata.py
@@ -483,7 +483,7 @@ class DimensionDataConnection(ConnectionUserAndKey):
     def request_with_orgId_api_2(self, action, params=None, data='',
                                  headers=None, method='GET'):
         action = "%s/%s" % (self.get_resource_path_api_2(), action)
-        print(action)
+
         return super(DimensionDataConnection, self).request(
             action=action,
             params=params, data=data,

http://git-wip-us.apache.org/repos/asf/libcloud/blob/5a1eeae5/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py b/libcloud/compute/drivers/dimensiondata.py
index b0f248a..bf532f9 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -954,7 +954,6 @@ class DimensionDataNodeDriver(NodeDriver):
 
             if len(tagkey_name_value_dictionaries) > 0:
                 for k, v in tagkey_name_value_dictionaries.items():
-                    print(k, v)
                     tag_elem = ET.SubElement(
                         import_image_elem,
                         'urn:tag')