diff options
Diffstat (limited to 'src/primitives.cc')
-rw-r--r-- | src/primitives.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/primitives.cc b/src/primitives.cc index 16c6ab7..de9689d 100644 --- a/src/primitives.cc +++ b/src/primitives.cc @@ -529,7 +529,6 @@ sphere_next_r2: std::string PrimitiveNode::toString() const { std::stringstream stream; - stream << "n" << this->index() << ": "; switch (this->type) { case CUBE: |