Skip to content

Commit

Permalink
remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 19, 2024
1 parent c47db1f commit cde8901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/itest/PresetTemplatesIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public void shouldListPresetTemplates() throws Exception {
future.completeExceptionally(ar.cause());
return;
}
logger.infov("body: {0}", ar.result().bodyAsString());
future.complete(ar.result().bodyAsJsonArray());
});
JsonArray response = future.get(REQUEST_TIMEOUT_SECONDS, TimeUnit.SECONDS);
Expand Down

0 comments on commit cde8901

Please sign in to comment.