summaryrefslogtreecommitdiff
path: root/src/npc.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-02-24 20:28:22 -0700
committerJared Adams <jaxad0127@gmail.com>2009-02-24 20:28:22 -0700
commit8155f5673970015d21fcd80f078c4df01e06d9c9 (patch)
treeec3302589c799756b39578eb5f304202bee41bb7 /src/npc.cpp
parentb32ee882097905faea84ed73aa86620248fdefae (diff)
downloadmana-client-8155f5673970015d21fcd80f078c4df01e06d9c9.tar.gz
mana-client-8155f5673970015d21fcd80f078c4df01e06d9c9.tar.bz2
mana-client-8155f5673970015d21fcd80f078c4df01e06d9c9.tar.xz
mana-client-8155f5673970015d21fcd80f078c4df01e06d9c9.zip
Remove debug statement that should've been removed
It was for testing and shouldn't have been committed
Diffstat (limited to 'src/npc.cpp')
-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())