From b58b02b1ab73a10faa1ca064f6a89f1257a35f3d Mon Sep 17 00:00:00 2001 From: pouillot Date: Mon, 7 Dec 2009 21:49:27 +0000 Subject: [PATCH] Removed useless traces in grcar.cpp git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1959 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: a52e2ffaf493fedbbcee89045010d96f3e85e1a1 Former-commit-id: da8d17088a39d0390318142eec5cbdd6d21faa8b --- src/modules/graphic/ssggraph/grcar.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/graphic/ssggraph/grcar.cpp b/src/modules/graphic/ssggraph/grcar.cpp index c7262ba26..cd01cb6e7 100644 --- a/src/modules/graphic/ssggraph/grcar.cpp +++ b/src/modules/graphic/ssggraph/grcar.cpp @@ -613,8 +613,6 @@ grInitCar(tCarElt *car) lg += sprintf(grFilePath + lg, "cars/%s;", car->_carName); lg += sprintf(grFilePath + lg, "data/textures"); - GfOut("grFilePath(len=%d)='%s'\n", strlen(grFilePath), grFilePath); - grCarInfo[index].envSelector = (ssgStateSelector*)grEnvSelector->clone(); grCarInfo[index].envSelector->ref(); @@ -648,7 +646,6 @@ grInitCar(tCarElt *car) car->_modName, car->_carName, car->_modName, car->_carName); - GfOut("ssgModelPath(len=%d)='%s'\n", strlen(buf), buf); ssgModelPath(buf); ssgTexturePath(buf); grTexturePath = strdup(buf);