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 2017/04/01 22:43:37 UTC

[2/3] libcloud git commit: Removed commented code Closes #1011

Removed commented code
Closes #1011


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

Branch: refs/heads/trunk
Commit: bddf99a86e261cf8610afb2d0b163324328a158c
Parents: 9218296
Author: Tinu Cleatus <ti...@gmail.com>
Authored: Sun Apr 2 00:56:58 2017 +0530
Committer: Anthony Shaw <an...@apache.org>
Committed: Sun Apr 2 08:42:33 2017 +1000

----------------------------------------------------------------------
 libcloud/compute/drivers/onapp.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/bddf99a8/libcloud/compute/drivers/onapp.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/onapp.py b/libcloud/compute/drivers/onapp.py
index e017381..543e107 100644
--- a/libcloud/compute/drivers/onapp.py
+++ b/libcloud/compute/drivers/onapp.py
@@ -322,7 +322,6 @@ class OnAppNodeDriver(NodeDriver):
         :rtype: ``list`` of :class:`NodeImage`
         """
         response = self.connection.request("/templates.json")
-        # return list(map(self._to_image, data['image_template']))
         templates = []
         for template in response.object:
             templates.append(self._to_image(template["image_template"]))