Removed debug print.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6864 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-12-05 22:30:24 +00:00
parent 07c2a3b3b0
commit c4ba313e19

View File

@ -403,7 +403,6 @@ void Track::convertTrackToBullet(scene::ISceneNode *node)
// overwrite the elements on the diagonal, making any rotation incorrect.
mat_scale.setScale(scale);
mat *= mat_scale;
printf("track mbc for %s %d\n", node->getName(), mesh->getMeshBufferCount());
for(unsigned int i=0; i<mesh->getMeshBufferCount(); i++) {
scene::IMeshBuffer *mb = mesh->getMeshBuffer(i);
// FIXME: take translation/rotation into account