Skip to content

Commit

Permalink
Merge pull request #146 from galaxyproject/remove-debugging-statements
Browse files Browse the repository at this point in the history
Remove debugging print statements
  • Loading branch information
ksuderman authored Oct 11, 2022
2 parents 73253cb + 2b135c4 commit 555e106
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions abm/lib/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def make_table_row(data: dict):
row.append(data['metrics']['state'])
for e in _get_metrics(data['metrics']['job_metrics']):
row.append(e)
print('make_table_row', row)
print()
return row


Expand Down Expand Up @@ -196,7 +194,6 @@ def _get_metrics(metrics: list):
row[index] = job_metrics['raw_value']
except:
pass
print('_get_metrics', row)
return row

def add_metrics_to_row(metrics_list: list, row: list):
Expand Down

0 comments on commit 555e106

Please sign in to comment.