diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-22 03:09:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-22 03:09:52 (GMT) |
commit | d7ca192077f127a2d05bed73d1814a8045823335 (patch) | |
tree | dcb344638afd2b8e7515fdebe6d15b1f3bf6d8dc /tests/csgtestcore.cc | |
parent | 91d9d9c4b5e4c0b2c1a5a5796eb3b9323710e74b (diff) |
Removed old debug output
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index a58c1fd..469e51c 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -322,10 +322,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) } assert(csgInfo.root_norm_term); - if (csgInfo.root_norm_term.use_count() <= 1) { - fprintf(stderr, "XXX\n"); - } - + csgInfo.root_chain = new CSGChain(); csgInfo.root_chain->import(csgInfo.root_norm_term); fprintf(stderr, "Normalized CSG tree has %d elements\n", int(csgInfo.root_chain->polysets.size())); |