diff --git a/src/engine/world/actor/dialogue.ts b/src/engine/world/actor/dialogue.ts index b72da4653..de042e18f 100644 --- a/src/engine/world/actor/dialogue.ts +++ b/src/engine/world/actor/dialogue.ts @@ -364,8 +364,6 @@ function parseDialogueTree(player: Player, npcParticipants: NpcParticipant[], di } } - console.log('npc:', npc); - dialogueDetails = dialogueAction(npc); if (npc === -1) {