printing the dump is redundant for this test. removed it

stl_dim
Marius Kintel 2010-07-07 01:46:24 +02:00
parent 22466ac2db
commit e38a3d0379
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ int main(int argc, char **argv)
CSGTextCache csgcache(tree);
csgTree(csgcache, *root_node);
std::cout << tree.getString(*root_node) << "\n";
// std::cout << tree.getString(*root_node) << "\n";
std::cout << csgcache[*root_node] << "\n";