Repository: libcloud Updated Branches: refs/heads/trunk 80b17fae9 -> 10f987905
remove print statement from #923 spotted by @pquentin Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/10f98790 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/10f98790 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/10f98790 Branch: refs/heads/trunk Commit: 10f9879050e68745331be8b951814df85a905086 Parents: 80b17fa Author: Anthony Shaw <anthonys...@apache.org> Authored: Mon Jan 9 16:08:21 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Mon Jan 9 16:08:21 2017 +1100 ---------------------------------------------------------------------- libcloud/httplib_ssl.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/10f98790/libcloud/httplib_ssl.py ---------------------------------------------------------------------- diff --git a/libcloud/httplib_ssl.py b/libcloud/httplib_ssl.py index aa769f3..f47e491 100644 --- a/libcloud/httplib_ssl.py +++ b/libcloud/httplib_ssl.py @@ -152,7 +152,6 @@ class LibcloudBaseConnection(object): if isinstance(libcloud.security.CA_CERTS_PATH, list): if len(libcloud.security.CA_CERTS_PATH) > 1: warnings.warn('Only 1 certificate path is supported') - print(libcloud.security.CA_CERTS_PATH) self.ca_cert = libcloud.security.CA_CERTS_PATH[0] else: self.ca_cert = libcloud.security.CA_CERTS_PATH