From: Mircea Kitsune Date: Sat, 2 Apr 2011 20:27:44 +0000 (+0300) Subject: Also remove my testing print. It's not needed any more. X-Git-Tag: xonotic-v0.6.0~110^2^2~169 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dc0ff9af9a4da3a2a1e0fd318b12ebc2c2b5e587;p=xonotic%2Fxonotic-data.pk3dir.git Also remove my testing print. It's not needed any more. --- diff --git a/qcsrc/client/gibs.qc b/qcsrc/client/gibs.qc index 6dbd9f0e4..e1eecb56f 100644 --- a/qcsrc/client/gibs.qc +++ b/qcsrc/client/gibs.qc @@ -306,6 +306,5 @@ void Ent_DamageEffect() effectnum = substring(effectnum, 0, strlen(effectnum) - 1); // remove the _ symbol at the end of the species name } - dprint(strcat(effectnum, "\n")); pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); }