From 8305229a68c7218a7a6c8ced52bdf5753df2b155 Mon Sep 17 00:00:00 2001 From: Kikorono Date: Thu, 29 Jun 2023 14:26:19 -0500 Subject: [PATCH] Removing console.log --- src/engine/world/actor/dialogue.ts | 2 -- 1 file changed, 2 deletions(-) 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) {