]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4923 Delete debug command
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 16 Jan 2014 09:59:30 +0000 (10:59 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 16 Jan 2014 09:59:38 +0000 (10:59 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb

index 5611800f023e879fe9ca037731744a8022b5760c..ba0a7f318477a3e96ffca974f87e827549b303f0 100644 (file)
@@ -55,7 +55,6 @@
     %>
       <table width="100%" class="table spacer-bottom bordered background-gray">
         <%
-           puts "#### " + rule.to_s
            if parent_active_rule
              parent_active_rule_link = link_to parent_profile.name, :controller => 'rules_configuration', :action => 'index',
                                                  :id => parent_profile.id, :rule_id => rule.id, :anchor => 'rule' + rule.id.to_s