summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/objecthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/utils/objecthelper.cpp')
-rw-r--r--src/datavis3d/utils/objecthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datavis3d/utils/objecthelper.cpp b/src/datavis3d/utils/objecthelper.cpp
index a86994e9..6659a187 100644
--- a/src/datavis3d/utils/objecthelper.cpp
+++ b/src/datavis3d/utils/objecthelper.cpp
@@ -88,7 +88,7 @@ void ObjectHelper::load()
if (!loadOk)
qFatal("loading failed");
- qDebug() << "vertex count" << vertices.size();;
+ //qDebug() << "vertex count" << vertices.size();;
// Index vertices
QVector<unsigned short> indices;