diff options
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index fafe8ed..dfa6f95 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -873,18 +873,6 @@ void MainWindow::compileCSG(bool procevents) this->thrownTogetherRenderer = new ThrownTogetherRenderer(this->root_chain, this->highlights_chain, this->background_chain); - - fprintf(stderr, "Dump root chain\n"); - cerr << this->root_chain->fulldump(); - cerr << this->highlights_chain; - cerr << this->background_chain; -/* fprintf(stderr, "dump highlights\n"); - this->highlights_chain->dump(); - fprintf(stderr, "dump background\n"); - this->background_chain->dump();*/ - fprintf(stderr, "end dump\n"); - - PRINT("CSG generation finished."); int s = t.elapsed() / 1000; PRINTF("Total rendering time: %d hours, %d minutes, %d seconds", s / (60*60), (s / 60) % 60, s % 60); |