Removed debug print.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1691 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
a03dc10d67
commit
63a70c3f4b
@ -132,7 +132,6 @@ void DefaultRobot::handle_braking()
|
||||
getPosition()<world->getKart(0)->getPosition() &&
|
||||
getInitialPosition()>1 )
|
||||
{
|
||||
printf("kart %s: braking",this->getName().c_str());
|
||||
m_controls.brake = true;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user