Skip to content

Commit

Permalink
[py] Revert change to debug logging upon request return
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Jan 25, 2018
1 parent 4e2a065 commit 40a7d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/remote/remote_connection.py
Expand Up @@ -564,5 +564,5 @@ def _request(self, method, url, body=None):
data = {'status': 0, 'value': body.strip()}
return data
finally:
LOGGER.debug(u"Finished Request {}".format(data))
LOGGER.debug("Finished Request")
resp.close()

0 comments on commit 40a7d18

Please sign in to comment.