aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws-client')
-rw-r--r--sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshaller.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshaller.java b/sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshaller.java
index 7cef7c4ac0c..9ae8d501c65 100644
--- a/sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshaller.java
+++ b/sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshaller.java
@@ -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"));