summaryrefslogtreecommitdiff
path: root/src/CsgInfo.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-03-25 00:52:57 (GMT)
committerMarius Kintel <marius@kintel.net>2013-03-25 00:52:57 (GMT)
commit9e74528827ffd66dce06d39da0c9f512640f625c (patch)
tree9347f3ebb0d41f2ad7680ee85a47aaefd448bcc7 /src/CsgInfo.h
parentfea2f82612fbeb6b1bfc4e3003a18887f245dd2d (diff)
parenta7709470d256083b2a18b63c48439f14a23f63fb (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/CsgInfo.h')
-rw-r--r--src/CsgInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CsgInfo.h b/src/CsgInfo.h
index 37fe0d0..fe953b5 100644
--- a/src/CsgInfo.h
+++ b/src/CsgInfo.h
@@ -57,7 +57,7 @@ public:
if (this->root_norm_term) {
this->root_chain = new CSGChain();
this->root_chain->import(this->root_norm_term);
- fprintf(stderr, "Normalized CSG tree has %d elements", int(this->root_chain->polysets.size()));
+ PRINTB("Normalized CSG tree has %d elements", int(this->root_chain->polysets.size()));
}
else {
this->root_chain = NULL;
contact: Jan Huwald // Impressum