From: havoc Date: Mon, 2 Mar 2009 03:47:39 +0000 (+0000) Subject: remove a debug line X-Git-Tag: xonotic-v0.1.0preview~1827 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=88afce3b344f4f271c771c1c674c41e327c6c625;p=xonotic%2Fdarkplaces.git remove a debug line git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8769 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_particles.c b/cl_particles.c index cb3585c3..14d3c498 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -624,7 +624,6 @@ void CL_SpawnDecalParticleForSurface(int hitent, const vec3_t org, const vec3_t decal->clusterindex = leaf->clusterindex; } } - Con_Printf("hitent=%i clusterindex=%i\n", hitent, decal->clusterindex); } void CL_SpawnDecalParticleForPoint(const vec3_t org, float maxdist, float size, float alpha, int texnum, int color1, int color2)