Skip to content

Commit

Permalink
chore: remove print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsyi committed Nov 1, 2020
1 parent 0b77dbf commit 72a06d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipelines/whale/loader/whale_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def _update_metric(sections, record):
"execution_time": record.execution_time,
"value": record.value,
}
print(metrics_dict)
new_section = _get_section_from_metrics(metrics_dict)
sections[METRICS_SECTION] = format_yaml_section(new_section, METRICS_DELIMITER)
return sections
Expand Down

0 comments on commit 72a06d4

Please sign in to comment.