Skip to content

Commit 6243ca4

Browse files
committed
Removed printf
1 parent a64710d commit 6243ca4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Client/mods/deathmatch/logic/CElementDeleter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ void CElementDeleter::DeleteIFP ( CClientEntity * pElement )
102102

103103
// Remove IFP animations from replaced animations of peds/players
104104
g_pClientGame->OnClientIFPUnload ( pIFP );
105-
106-
//delete pElement; //------------------- REMOVE THIS LATER
107-
printf ("done calling g_pClientGame->OnClientIFPUnload\n");
108105
}
109106
}
110107

0 commit comments

Comments
 (0)