typo
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1ed137bc Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1ed137bc Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1ed137bc Branch: refs/heads/trunk Commit: 1ed137bcc1e5d9d2a05c95f76e282f68888e612e Parents: 78aed02 Author: andy <[email protected]> Authored: Tue Jun 20 08:39:33 2017 -0400 Committer: andy <[email protected]> Committed: Tue Jun 20 08:39:33 2017 -0400 ---------------------------------------------------------------------- libcloud/compute/drivers/gce.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1ed137bc/libcloud/compute/drivers/gce.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index d5e837b..07032d6 100644 --- a/libcloud/compute/drivers/gce.py +++ b/libcloud/compute/drivers/gce.py @@ -2750,7 +2750,6 @@ class GCENodeDriver(NodeDriver): :return: A list of zone objects. :rtype: ``list`` of :class:`GCEZone` """ - print("WHEN DO WE DO THIS") list_zones = [] request = '/zones' response = self.connection.request(request, method='GET').object
