From 42b32f27e610cb1a1cb07acd16f831f4dad63ee4 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Sun, 10 Aug 2025 13:17:11 -0400 Subject: [PATCH] Remove test exception --- smocore/marionette/marionette.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/smocore/marionette/marionette.cpp b/smocore/marionette/marionette.cpp index 8ea1da9..a2cde9a 100644 --- a/smocore/marionette/marionette.cpp +++ b/smocore/marionette/marionette.cpp @@ -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";