removing response_content from debug log

This commit is contained in:
Alan Hamlett 2013-09-06 22:54:17 -07:00
parent b70e527ebf
commit eae6c51f40
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ def send_action(project=None, branch=None, key=None, targetFile=None,
except HTTPError as exc:
exception_data = {
'response_code': exc.getcode(),
'response_content': exc.read(),
sys.exc_info()[0].__name__: str(sys.exc_info()[1]),
}
if log.isEnabledFor(logging.DEBUG):