Skip to content

Commit efe28fa

Browse files
committed
remove print
1 parent f70b7ed commit efe28fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ddtrace/internal/process_tags/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def is_allowed_char(char: str) -> str:
4545

4646

4747
def generate_process_tags() -> Optional[str]:
48-
print(config._process_tags_enabled)
4948
if not config._process_tags_enabled:
5049
return None
5150

0 commit comments

Comments
 (0)