1
0
This commit is contained in:
Jorik Schellekens
2019-07-17 14:24:04 +01:00
parent 3e5f4a40de
commit 07fadd4e9b

View File

@@ -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", {})