diff options
Diffstat (limited to 'src/cgame/cg_players.c')
-rw-r--r-- | src/cgame/cg_players.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 27e93d85..803f3389 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -504,7 +504,6 @@ static int CG_GetCorpseNum( int pclass ) { for ( i = 0 ; i < MAX_CLIENTS; i++ ) { match = &cgs.corpseinfo[ i ]; - Com_Printf( "%d: %s %s\n", i, modelName, match->modelName ); if ( !match->infoValid ) continue; |