Remove debug print :(

This commit is contained in:
Nathan Wolf 2015-12-02 11:52:08 -08:00
parent cff791cfbc
commit 5c246a20c6

View File

@ -134,7 +134,6 @@ public class Quest {
} }
public void setStage(Quester quester, int stage) throws InvalidStageException { public void setStage(Quester quester, int stage) throws InvalidStageException {
org.bukkit.Bukkit.getLogger().info("SEt stage: " + stage);
if (orderedStages.size() - 1 < stage) { if (orderedStages.size() - 1 < stage) {
throw new InvalidStageException(this, stage); throw new InvalidStageException(this, stage);
} }