File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/Interface/Modules/Render Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -510,16 +510,8 @@ void ViewSceneDialog::newGeometryValue()
510510 }
511511
512512 }
513- // else
514- // {
515- // if (!spire)
516- // return;
517- // spire->removeAllGeomObjects();
518- // }
519513
520- #ifdef BUILD_TESTING
521514 sendScreenshotDownstreamForTesting ();
522- #endif
523515
524516 if (saveScreenshotOnNewGeometry_)
525517 {
@@ -1845,7 +1837,6 @@ void ViewSceneDialog::sendScreenshotDownstreamForTesting()
18451837{
18461838 // wait for a couple frames to go by.
18471839// boost::this_thread::sleep(boost::posix_time::milliseconds(150));
1848- // std::cout << "sendScreenshotDownstreamForTesting " << std::endl;
18491840 takeScreenshot ();
18501841 state_->setTransientValue (Parameters::ScreenshotData, screenshotTaker_->toMatrix (), false );
18511842}
You can’t perform that action at this time.
0 commit comments