Skip to content

Commit 851f630

Browse files
committed
remove print
1 parent debd955 commit 851f630

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

elara/benchmarking.py

-4
Original file line numberDiff line numberDiff line change
@@ -2307,8 +2307,6 @@ def merge_summary_stats(bm_results_summary):
23072307

23082308
results = []
23092309

2310-
print(data)
2311-
23122310
for record in data:
23132311
record_type = record['source']
23142312

@@ -2323,8 +2321,6 @@ def merge_summary_stats(bm_results_summary):
23232321
record.pop("link_id", None)
23242322
# absolute trash, but it works
23252323

2326-
print(record)
2327-
23282324
if record_type != "difference":
23292325
for measurement in list(record):
23302326
results.append(

0 commit comments

Comments
 (0)