Removed debug print statement.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5717 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2010-08-02 00:16:39 +00:00
parent a27ab81982
commit 3d7f706cfc

View File

@@ -639,7 +639,6 @@ void LinearWorld::updateRacePosition()
for (unsigned int i=0; i<kart_amount; i++)
{
Kart* kart = m_karts[i];
printf("%s: %d\n", kart->getIdent().c_str(), m_kart_info[i].m_race_lap);
// Karts that are either eliminated or have finished the
// race already have their (final) position assigned. If
// these karts would get their rank updated, it could happen