Remove debug comment and no need to explicitely record error

pull/5544/head
Jorik Schellekens 2019-06-25 15:50:48 +01:00
parent 9c39f0e4ad
commit bae63e92f5
1 changed files with 0 additions and 6 deletions

View File

@ -524,12 +524,6 @@ class MatrixFederationHttpClient(object):
url_str,
_flatten_response_never_received(e),
)
logger.info(
"Setting response code on span {} *********".format(
opentracing.tracer.active_span
)
)
# scope.span.set_tag("error", True)
raise
defer.returnValue(response)