diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-24 20:28:22 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-24 20:28:22 -0700 |
commit | 8155f5673970015d21fcd80f078c4df01e06d9c9 (patch) | |
tree | ec3302589c799756b39578eb5f304202bee41bb7 /src/npc.cpp | |
parent | b32ee882097905faea84ed73aa86620248fdefae (diff) | |
download | mana-8155f5673970015d21fcd80f078c4df01e06d9c9.tar.gz mana-8155f5673970015d21fcd80f078c4df01e06d9c9.tar.bz2 mana-8155f5673970015d21fcd80f078c4df01e06d9c9.tar.xz mana-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.cpp | 1 |
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()) |