Removed trace

This commit is contained in:
Laurent Saboret 2008-04-02 15:35:40 +00:00
parent 257c06df33
commit c97d2e5370
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class Arcball
Director* b = new Director();
b->radius() = 1.0f/max_size;
b->setOffset(cx, cy, cz);
TRACE("center: %lf %lf %lf\n",cx,cy,cz);
return b;
}