Commit e6e8b2049d4c02990c43bba089ca7aec78561bf8
1 parent
8a7dfde2
Exists in
colab
and in
4 other branches
Remove debug print on choose metric
Signed off by: Diego Araújo <diegoamc90@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/metric_configurations/choose_metric.html.erb
... | ... | @@ -12,7 +12,6 @@ |
12 | 12 | <h3 class="jquery-ui-accordion"><%= metric_collector_name %></h3> |
13 | 13 | <div> |
14 | 14 | <% supported_metrics_of(metric_collector_name).each do |code, metric| %> |
15 | - <%= metric.type %> | |
16 | 15 | <%= link_to metric.name, "#", |
17 | 16 | onclick: "MetricCollector.choose_metric(\"#{code}\", \"#{metric_collector_name}\", \"#{choose_metric_path(metric, @kalibro_configuration.id)}\");", |
18 | 17 | remote: true %><br> | ... | ... |