We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ee3f2 commit 2fed1ffCopy full SHA for 2fed1ff
1 file changed
src/main/java/ai/elimu/util/DiscordHelper.java
@@ -96,9 +96,6 @@ public static void postToChannel(
96
try {
97
HttpResponse httpResponse = client.execute(httpPost);
98
log.info("httpResponse.getStatusLine(): " + httpResponse);
99
- for (Header header : httpResponse.getHeaders()) {
100
- log.info(header.getName() + ": " + header.getValue());
101
- }
102
client.close();
103
} catch (IOException e) {
104
log.error(e.getMessage());
0 commit comments