Remove debug message

This commit is contained in:
Sam 2017-02-17 19:04:08 +00:00
parent 5fbbae1493
commit 9db3ddc2d9
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ public class SamitoDQuest extends Quest
return;
}
DebugModule.getInstance().d(event.getEventName());
Block block = event.getClickedBlock();
if (block == null)