Skip to content

Commit 3e74126

Browse files
committed
Fix non-testing build
Doh
1 parent cbffa96 commit 3e74126

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Interface/Modules/Render/ViewScene.cc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)