diff options
Diffstat (limited to 'src/csgops.cc')
-rw-r--r-- | src/csgops.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csgops.cc b/src/csgops.cc index dda523e..d814e87 100644 --- a/src/csgops.cc +++ b/src/csgops.cc @@ -80,7 +80,6 @@ CSGTerm *CsgNode::render_csg_term(double m[20], QVector<CSGTerm*> *highlights, Q std::string CsgNode::toString() const { std::stringstream stream; - stream << "n" << this->index() << ": "; switch (this->type) { case CSG_TYPE_UNION: |