Skip to content

Commit

Permalink
remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Nov 8, 2023
1 parent e12c363 commit 0823889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splunk_otel/distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class _SplunkDistro(BaseDistro):
def __init__(self):
tracing_enabled = os.environ.get("OTEL_TRACE_ENABLED", True)
profiling_enabled = os.environ.get("SPLUNK_PROFILER_ENABLED", False)
print("Profiling", profiling_enabled)
self._tracing_enabled = _is_truthy(tracing_enabled)
self._profiling_enabled = _is_truthy(profiling_enabled)
if not self._tracing_enabled:
Expand Down

0 comments on commit 0823889

Please sign in to comment.