pull/8/head
Medad Rufus Newman 2022-05-09 20:40:58 +01:00
rodzic 5a2e80e09b
commit 3640a7b4dc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -88,7 +88,7 @@ public final class Sentence {
} catch (JsonProcessingException e) {
e.printStackTrace();
// LOG.trace("Caught unhandled exception", e);
// LOG.warn("Payload decoding exception: {}", e.getMessage());
// LOG.warn("Payload decoding exception: {}", e.getMessage()); // TODO: use the loggging handler for this project
}
return json;
}