Skip to content

Commit

Permalink
Merge pull request #253 from discord-jar/main
Browse files Browse the repository at this point in the history
removed debug message
  • Loading branch information
seailz authored Oct 30, 2023
2 parents 92583af + 74768bd commit 71da20c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/seailz/discordjar/model/guild/Guild.java
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ public static Guild decompile(JSONObject obj, DiscordJar discordJar) {

@NotNull
public static Guild decompile(JSONObject obj, DiscordJar discordJar, boolean bypassCache) {
System.out.println("decomp guild");

// If the cache happens to contain the current guild, we'll use that instead of creating a new one.
// Helpful for slight memory optimization & performance.
Guild cachedGuild = discordJar.getGuildCache().returnFromCache(obj.getString("id"));
Expand Down

0 comments on commit 71da20c

Please sign in to comment.