We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13d34c commit c15d318Copy full SHA for c15d318
1 file changed
Lib/profiling/sampling/jsonl_collector.py
@@ -81,8 +81,6 @@ def export(self, filename):
81
},
82
)
83
84
- print(f"JSONL profile written to {filename}")
85
-
86
def _build_meta_record(self):
87
record = {
88
"type": "meta",
0 commit comments