Skip to content

Commit

Permalink
Remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed Jul 28, 2024
1 parent d29675e commit 88baf2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/hypixel/modapi/fabric/FabricModAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ private static void handleIncomingPayload(String identifier, ClientboundHypixelP
}

try {
System.out.println("INVOKING ON ERROR");
HypixelModAPIErrorCallback.EVENT.invoker().onError(identifier, payload.getErrorReason());
} catch (Exception e) {
LOGGER.error("An error occurred while handling error response for packet {}", identifier, e);
Expand Down

0 comments on commit 88baf2e

Please sign in to comment.