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 | 23 | <td><h5>Collector Name</h5></td> |
24 | 24 | <td><h5>Metric Code</h5></td> |
25 | 25 | </tr> |
26 | - <%= debug @configuration.inspect %> | |
27 | 26 | <% @configuration.metric_configurations.each do |metric_configuration| %> |
28 | 27 | <tr class="metric"> |
29 | 28 | <td><%= metric_configuration.metric.name %></td> | ... | ... |