Remove debug message

This commit is contained in:
Sam 2017-02-17 19:04:08 +00:00
parent 5fbbae1493
commit 9db3ddc2d9

View File

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