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:
parent
f9f75778e2
commit
1e1fd3a4be
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user