Skip to content

Commit

Permalink
Without debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Feb 2, 2019
1 parent 8eaca60 commit 7089972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/world/bentobox/level/Level.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public void onEnable() {
new IslandTopCommand(this, playerCmd);
});
// Register placeholders
getPlugin().logDebug(getPlugin().getPlaceholdersManager());
if (getPlugin().getPlaceholdersManager() != null) {
getPlugin().getPlaceholdersManager().registerPlaceholder(this, "island-level", new LevelPlaceholder(this, gm));
}
Expand Down

0 comments on commit 7089972

Please sign in to comment.