Skip to content

Commit c15d318

Browse files
committed
printing to stdout isn't a great idea
1 parent f13d34c commit c15d318

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/profiling/sampling/jsonl_collector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ def export(self, filename):
8181
},
8282
)
8383

84-
print(f"JSONL profile written to {filename}")
85-
8684
def _build_meta_record(self):
8785
record = {
8886
"type": "meta",

0 commit comments

Comments
 (0)