Commit bfe68f2b authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

suppression sortie test.

parent 04dd23aa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ public class ZoteroClient {
            if (library.getApiKey() != null)
                getRequest = getRequest.header("Authorization", "Bearer " + library.getApiKey());
            HttpResponse<JsonNode> response = getRequest.asJson();
            System.err.println(response.getBody().toString());
            if (response.getStatus() == 200) {
                JSONArray jsonResponseArray = response.getBody().getArray();
                for (int i = 0; i < jsonResponseArray.length(); i++) {