Remove test exception

This commit is contained in:
2025-08-10 13:17:11 -04:00
parent c457ee7aca
commit 42b32f27e6
-4
View File
@@ -75,10 +75,6 @@ void ComponentThread::marionetteMain(ComponentThread& self)
mrntt::exitCode = EXIT_FAILURE;
throw;
}
body::body->getIoService().post([]{
throw std::runtime_error("test exception");
});
});
std::cout << __func__ << ": Entering event loop" << "\n";