Skip to content

Commit 006b07e

Browse files
committed
remove logging
1 parent 7d01efe commit 006b07e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scoring/performance_profile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ def get_workloads_time_to_target(submission,
227227
else:
228228
time_val = float('inf')
229229
time_vals_per_study.append(time_val)
230-
num_s = len(time_vals_per_study)
231-
print(f'TIME VALS PER STUDY: {num_s}')
232-
print(time_vals_per_study)
233230

234231
workloads.append({
235232
'submission': submission_name,

0 commit comments

Comments
 (0)