]> source.dussan.org Git - sonarqube.git/commitdiff
Remove debug output
authorGodin <mandrikov@gmail.com>
Tue, 7 Dec 2010 17:09:11 +0000 (17:09 +0000)
committerGodin <mandrikov@gmail.com>
Tue, 7 Dec 2010 17:09:11 +0000 (17:09 +0000)
sonar-server/src/test/java/org/sonar/server/configuration/BackupTest.java

index 133cfaa649fda1cc201297e0659984f094a49614..4d6e66d7a0f37276df7155c526974fc6915129be 100644 (file)
@@ -72,7 +72,6 @@ public class BackupTest {
     sonarConfig.setProfiles(getProfiles());
 
     String xml = backup.getXmlFromSonarConfig(sonarConfig);
-    System.out.println(xml);
     assertXmlAreSimilar(xml, "backup-valid.xml");
   }