Skip to content

Commit 2fed1ff

Browse files
committed
refactor: ignore header names
1 parent a4ee3f2 commit 2fed1ff

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/ai/elimu/util/DiscordHelper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ public static void postToChannel(
9696
try {
9797
HttpResponse httpResponse = client.execute(httpPost);
9898
log.info("httpResponse.getStatusLine(): " + httpResponse);
99-
for (Header header : httpResponse.getHeaders()) {
100-
log.info(header.getName() + ": " + header.getValue());
101-
}
10299
client.close();
103100
} catch (IOException e) {
104101
log.error(e.getMessage());

0 commit comments

Comments
 (0)