Commit 5694f0f0442973fd929485aecfe51291810cae22
Committed by
Jefferson Fernandes
1 parent
5b32355b
Exists in
master
and in
29 other branches
[Mezuro] Removed debug in show_configuration view
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
plugins/mezuro/views/content_viewer/show_configuration.rhtml
@@ -23,7 +23,6 @@ | @@ -23,7 +23,6 @@ | ||
23 | <td><h5>Collector Name</h5></td> | 23 | <td><h5>Collector Name</h5></td> |
24 | <td><h5>Metric Code</h5></td> | 24 | <td><h5>Metric Code</h5></td> |
25 | </tr> | 25 | </tr> |
26 | - <%= debug @configuration.inspect %> | ||
27 | <% @configuration.metric_configurations.each do |metric_configuration| %> | 26 | <% @configuration.metric_configurations.each do |metric_configuration| %> |
28 | <tr class="metric"> | 27 | <tr class="metric"> |
29 | <td><%= metric_configuration.metric.name %></td> | 28 | <td><%= metric_configuration.metric.name %></td> |