Skip to content

Commit b60a0f2

Browse files
authored
fix: remove random print
1 parent b0a5c0a commit b60a0f2

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi

1 file changed

+0
-1
lines changed

instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ def collect_request_attributes(
373373
# old semconv v1.20.0
374374
if _report_old(sem_conv_opt_in_mode):
375375
path_info = environ.get("PATH_INFO", "")
376-
print("Path info", path_info)
377376
try:
378377
result[HTTP_URL] = redact_url(
379378
wsgiref_util.request_uri(environ)

0 commit comments

Comments
 (0)