]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3946 remove debug log
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 9 Nov 2012 09:13:09 +0000 (10:13 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 9 Nov 2012 09:13:09 +0000 (10:13 +0100)
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshaller.java

index 7cef7c4ac0c2543b9df1cf1e587cdcbeccef3108..9ae8d501c652b4066d22e73a72088cf020bae3fe 100644 (file)
@@ -34,7 +34,6 @@ public class ResourceSearchUnmarshaller extends AbstractUnmarshaller<ResourceSea
 
   @Override
   protected ResourceSearchResult parse(Object json) {
-    System.out.println("JSON: " + json);
     WSUtils utils = WSUtils.getINSTANCE();
     ResourceSearchResult result = new ResourceSearchResult();
     result.setPage(utils.getInteger(json, "page"));