summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/npc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/npc.cpp b/src/npc.cpp
index 92db9373..246fb205 100644
--- a/src/npc.cpp
+++ b/src/npc.cpp
@@ -178,7 +178,6 @@ void NPC::updateCoords()
void NPC::handleDeath()
{
- printf("NPC::handleDeath\n");
if (this != current_npc) return;
if (npcTextDialog->isVisible())