Skip to content

Commit

Permalink
removed 404 message
Browse files Browse the repository at this point in the history
  • Loading branch information
seailz committed Feb 24, 2024
1 parent 14175a8 commit 118f5c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ private DiscordResponse invoke(String contentType, boolean auth) throws Unhandle
}
} catch (JSONException ignored) {
}
Logger.getLogger("DiscordJar")
.warning("[REST] 404: " + message);
// Logger.getLogger("DiscordJar")
// .warning("[REST] 404: " + message);
return new DiscordResponse(404, null, null, null);
}

Expand Down

0 comments on commit 118f5c0

Please sign in to comment.