Index: web/modeshape-web-jcr-rest-client/src/main/java/org/modeshape/web/jcr/rest/client/json/JsonRestClient.java =================================================================== --- web/modeshape-web-jcr-rest-client/src/main/java/org/modeshape/web/jcr/rest/client/json/JsonRestClient.java (revision 2489) +++ web/modeshape-web-jcr-rest-client/src/main/java/org/modeshape/web/jcr/rest/client/json/JsonRestClient.java (working copy) @@ -588,8 +588,6 @@ public final class JsonRestClient implements IRestClient { Map types = Collections.unmodifiableMap(columnTypes); - System.out.println(result); - JSONArray rows = (JSONArray)result.get("rows"); List queryRows = new LinkedList(); for (int i = 0; i < rows.length(); i++) {