From 006b07e4b44390ce1f69fb3c126250ce103d484c Mon Sep 17 00:00:00 2001 From: Priya Kasimbeg Date: Mon, 29 Jul 2024 21:10:26 +0000 Subject: [PATCH] remove logging --- scoring/performance_profile.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scoring/performance_profile.py b/scoring/performance_profile.py index 19157c2a0..31106f057 100644 --- a/scoring/performance_profile.py +++ b/scoring/performance_profile.py @@ -227,9 +227,6 @@ def get_workloads_time_to_target(submission, else: time_val = float('inf') time_vals_per_study.append(time_val) - num_s = len(time_vals_per_study) - print(f'TIME VALS PER STUDY: {num_s}') - print(time_vals_per_study) workloads.append({ 'submission': submission_name,