From 1e1fd3a4be81019c47022e03368f6ac84d94098c Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Wed, 14 Nov 2018 14:18:49 -0500 Subject: [PATCH] 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 --- ara/clients/http.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ara/clients/http.py b/ara/clients/http.py index 29d253e..bdfb247 100644 --- a/ara/clients/http.py +++ b/ara/clients/http.py @@ -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: #