]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3723 Remove useless code
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 27 Sep 2012 15:31:17 +0000 (17:31 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 27 Sep 2012 15:31:17 +0000 (17:31 +0200)
sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb

index 3b20e30644513909b22eede1c1597c27d1ff3885..3aef3b645bdd9cc7f1059b10350b35dc49b13661 100644 (file)
@@ -24,7 +24,6 @@ module PropertiesHelper
       text_field_tag key, value, {:size => 25}.update(options)
 
     elsif type==PropertyType::TYPE_TEXT
-      #text_area_tag key, value, {:size => '120x6'}.update(options)
       text_area_tag key, value, {:rows => '6', :style => 'width: 100%'}.update(options)
 
     elsif type==PropertyType::TYPE_PASSWORD