diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-09 10:13:09 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-09 10:13:09 +0100 |
commit | 1697b85fb00b7a886ace0270691312d2b4ff39a6 (patch) | |
tree | ab3c5c3189a4fc22c15fce242125879ff76844c3 /sonar-ws-client | |
parent | 9df7c3794fdc152f387c15519dd1772e33216a9c (diff) | |
download | sonarqube-1697b85fb00b7a886ace0270691312d2b4ff39a6.tar.gz sonarqube-1697b85fb00b7a886ace0270691312d2b4ff39a6.zip |
SONAR-3946 remove debug log
Diffstat (limited to 'sonar-ws-client')
-rw-r--r-- | sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceSearchUnmarshaller.java | 1 |
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")); |