Remove debug line before initiating request

The debug log are already a bit chatty, we don't need this particular
line because we're getting the result right after with another debug
line.

Change-Id: I1d60f90cae9db896d4bceaf3f7211597ad8242f3
This commit is contained in:
David Moreau Simard 2018-11-14 14:18:49 -05:00
parent f9f75778e2
commit 1e1fd3a4be
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ class HttpClient(object):
self.http.headers.update(self.headers)
def _request(self, method, url, **payload):
self.log.debug("%s on %s" % (method, url))
# Use requests.Session to do the query
# The actual endpoint is:
# <endpoint> <url>