From 013d69701f6132583d550929e5c751af0cd62db1 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 3 Aug 2005 01:00:17 +0000 Subject: * Removed debug messages introduced in last commit :x --- src/game/g_combat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/game/g_combat.c b/src/game/g_combat.c index 974578c3..7b84ccc2 100644 --- a/src/game/g_combat.c +++ b/src/game/g_combat.c @@ -208,8 +208,6 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int self->client->ps.persistant[ PERS_KILLED ]++; - G_Printf( "attacker->classname: %s\n inflictor->classname: %s\n", - attacker->classname, inflictor->classname ); if( attacker && attacker->client ) { attacker->client->lastkilled_client = self->s.number; -- cgit