Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyguy committed Sep 23, 2024
1 parent 6842065 commit 49d2c18
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ public void onEnable() {

int pluginId = 22397;
new Metrics(this, pluginId);

Bukkit.getScheduler().runTaskTimer(this, () -> {
getLogger().info(String.valueOf(crystalIds.size()));
}, 20, 20);
}

@Override
Expand Down

0 comments on commit 49d2c18

Please sign in to comment.