From c97d2e5370ba09cd75cf7c1202641a511def9998 Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Wed, 2 Apr 2008 15:35:40 +0000 Subject: [PATCH] Removed trace --- .../demo/Surface_reconstruction_3/gyroviz/include/arcball.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Surface_reconstruction_3/demo/Surface_reconstruction_3/gyroviz/include/arcball.h b/Surface_reconstruction_3/demo/Surface_reconstruction_3/gyroviz/include/arcball.h index ae973f52fc8..c336487ee1c 100644 --- a/Surface_reconstruction_3/demo/Surface_reconstruction_3/gyroviz/include/arcball.h +++ b/Surface_reconstruction_3/demo/Surface_reconstruction_3/gyroviz/include/arcball.h @@ -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; }