diff --git a/Server/src/main/content/global/skill/construction/ConstructionGuideBook.kt b/Server/src/main/content/global/skill/construction/ConstructionGuideBook.kt index 0e79689fc..521d18a71 100644 --- a/Server/src/main/content/global/skill/construction/ConstructionGuideBook.kt +++ b/Server/src/main/content/global/skill/construction/ConstructionGuideBook.kt @@ -51,8 +51,6 @@ class ConstructionGuideBook : InteractionListener { } override fun defineListeners() { - println(intArrayOf(DialogueInterpreter.getDialogueKey("book:conguide"))) - // There is supposedly a book here. on(Items.CONSTRUCTION_GUIDE_8463, IntType.ITEM, "read") { player, _ -> if (settings!!.isDevMode && settings!!.isBeta) {