diff options
Diffstat (limited to 'src/surface.cc')
-rw-r--r-- | src/surface.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/surface.cc b/src/surface.cc index a7b58a1..afaaeb0 100644 --- a/src/surface.cc +++ b/src/surface.cc @@ -206,7 +206,6 @@ PolySet *SurfaceNode::render_polyset(render_mode_e) const std::string SurfaceNode::toString() const { std::stringstream stream; - stream << "n" << this->index() << ": "; stream << "surface(file = \"" << this->filename << "\", center = " << (this->center ? "true" : "false") << ")"; |