Remove test exception
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user