Commit 72a399a4 by Philipp Adolf

Remove debug output

parent 02ecf7be
......@@ -282,7 +282,6 @@ void Subdivision::precomputeVertexTable(Subdivision::Tables &tables, QVector<Ver
QVector<Vertex> adj_v;//helfer
tables.vertex_offsets.push_back(offset);
qCDebug(log_subdiv) << offset;
tables.vertex_indices.push_back(i);
offset++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment