Skip to content

Commit a9815ad

Browse files
committed
.
1 parent 8231fdc commit a9815ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Ironwood/src/benchmark_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def multiple_iteration_get_metrics_from_trace(trace: dict[str, Any], task: str =
193193
marker_done_events = marker_call_done_events
194194
unique_pids = set([e["pid"] for e in marker_done_events])
195195
print(f"Unique PIDs: {unique_pids}")
196-
print("Stop!!!!!!!!!")
197196
if not marker_done_events:
198197
event_matcher = re.compile(task)
199198

0 commit comments

Comments
 (0)