remove accidental pdb call
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4881364a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4881364a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4881364a Branch: refs/heads/trunk Commit: 4881364a86a9d7452798ea690c7bd2339f0d6b42 Parents: 27ce505 Author: Anthony Shaw <anthonys...@apache.org> Authored: Thu Jan 5 16:18:32 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Thu Jan 5 16:19:20 2017 +1100 ---------------------------------------------------------------------- libcloud/httplib_ssl.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4881364a/libcloud/httplib_ssl.py ---------------------------------------------------------------------- diff --git a/libcloud/httplib_ssl.py b/libcloud/httplib_ssl.py index b09799a..9dd3feb 100644 --- a/libcloud/httplib_ssl.py +++ b/libcloud/httplib_ssl.py @@ -177,7 +177,6 @@ class LibcloudConnection(httplib.HTTPSConnection, LibcloudBaseConnection): self.session.timeout = kwargs.get('timeout', 60) def request(self, method, url, body=None, headers=None, raw=False): - import pdb; pdb.set_trace() self.response = self.session.request( method=method.lower(), url=''.join([self.host, url]),