Debug: Silence excessive prints
This commit is contained in:
@@ -1202,6 +1202,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
// Print all averages above thresholds from average intensity buffer
|
||||
if (context->ambienceStimFrame.has_value())
|
||||
{
|
||||
@@ -1250,6 +1251,7 @@ public:
|
||||
<< ", nSucceeded=" << nSucceeded
|
||||
<< ", totalPoints=" << totalPoints
|
||||
<< ", highIntensityCount=" << highIntensityCount << std::endl;
|
||||
#endif
|
||||
|
||||
callOriginalCallback(success);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user