Formatting, spam-reduction

This commit is contained in:
2025-09-15 08:25:49 -04:00
parent 7c48abbcca
commit 29b192b2ee
+2 -3
View File
@@ -454,11 +454,10 @@ void SenseApiManager::detachAllSenseDevicesReq(
std::placeholders::_1, std::placeholders::_2));
} catch (const std::exception& e) {
std::cerr << __func__ << ": Exception: " << e.what() << "\n";
if (request->loop.incrementSuccessOrFailureAndTestForCompletionDueTo(false))
if (request->loop
.incrementSuccessOrFailureAndTestForCompletionDueTo(false))
{
std::cout << __func__ << ": About to call original cbFn." << "\n";
request->callOriginalCallback();
std::cout << __func__ << ": Just called original cbFn." << "\n";
}
}
}