Do not spam the console.

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5484 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: c4fdba5248836f3a107a4e270f66589f7b5bc870
Former-commit-id: 2b42d53d3aa0f4adc6ececf2293573e020ec4477
This commit is contained in:
kakukri 2013-05-26 22:06:56 +00:00
parent e6e3370b99
commit ac8d33bd7a

View file

@ -341,7 +341,6 @@ void SimWheelUpdateForce(tCar *car, int index)
car->carElt->_tyreT_out(index) = wheel->Ttire;
car->carElt->_tyreCondition(index) = tireCond;
}
GfOut("T=%g, d=%g, W=%g, tC=%g\n",wheel->Ttire, wheel->treadDepth, Work, tireCond);
}