Skip to content
Snippets Groups Projects
Commit cbb9a9a5 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

useless print()s removed

parent 5e53b5f0
No related branches found
No related tags found
No related merge requests found
# v2.2.13
* _TBA_
* useless `print()`s removed in metrics
# v2.2.12
......
......@@ -35,7 +35,6 @@ def getMetric(metric_name: str, metric_type: str = 'base', metric_level: tp.Opti
metric_level_to_set_for_root = RUNTIME
else:
metric_level_to_set_for_root = metric_level_to_set_for_children
print(metric_level_to_set_for_root)
metric = Metric('', None, metric_level_to_set_for_root)
metric.level = RUNTIME
root_metric = metric
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment