From 138436f46d72f704da5576ff1982e56fc0b03aef Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:40 -0600 Subject: [PATCH] Remove commented printf : NPC AE, fall thru. spell_id:%i, Target type:%x\n --- zone/oldcode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/oldcode.cpp b/zone/oldcode.cpp index 7385c3bc1..7f9d6634d 100644 --- a/zone/oldcode.cpp +++ b/zone/oldcode.cpp @@ -1595,7 +1595,6 @@ Message(0, "Disc packet id=%d, %x,%x,%x", disc_in->disc_id, disc_in->unknown3[0] caster->SpellOnTarget(spell_id, mob); } else { - //printf("NPC AE, fall thru. spell_id:%i, Target type:%x\n", spell_id, spells[spell_id].targettype); } } #ifdef IPC