diff options
Diffstat (limited to 'src/import.cc')
-rw-r--r-- | src/import.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/import.cc b/src/import.cc index aeda529..619421a 100644 --- a/src/import.cc +++ b/src/import.cc @@ -192,7 +192,6 @@ PolySet *ImportNode::render_polyset(render_mode_e) const std::string ImportNode::toString() const { std::stringstream stream; - stream << "n" << this->index() << ": "; QString text; struct stat st; |