diff --git a/nq/source/cl_tent.c b/nq/source/cl_tent.c index 2638e02c8..7c844a92f 100644 --- a/nq/source/cl_tent.c +++ b/nq/source/cl_tent.c @@ -370,7 +370,6 @@ CL_ParseTEnt (void) case TE_GUNSHOT: // bullet hitting wall case TE_BLOOD: // bullets hitting body if (type == TE_GUNSHOT) { - Con_Printf("gunshot "); cnt = 20; } else { cnt = MSG_ReadByte (net_message); @@ -381,7 +380,6 @@ CL_ParseTEnt (void) pos[1] = MSG_ReadCoord (net_message); pos[2] = MSG_ReadCoord (net_message); R_RunPuffEffect (pos, type, cnt); - Con_Printf("%d %d %f %f %f\n", type, cnt, pos[0], pos[1], pos[2]); break; #ifdef QUAKE2