Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Katilith committed Jun 29, 2023
1 parent 0cff06b commit 8305229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engine/world/actor/dialogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ function parseDialogueTree(player: Player, npcParticipants: NpcParticipant[], di
}
}

console.log('npc:', npc);

dialogueDetails = dialogueAction(npc);

if (npc === -1) {
Expand Down

0 comments on commit 8305229

Please sign in to comment.