Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Jul 17, 2019
1 parent 3e5f4a4 commit 07fadd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/logging/opentracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def start_active_span_from_edu(
"""

if opentracing is None:
logger.info("++++++++++++++++++++ opentracing is None")
return _noop_context_manager()

carrier = json.loads(edu_content.get("context", "{}")).get("opentracing", {})
Expand Down

0 comments on commit 07fadd4

Please sign in to comment.