This commit is contained in:
Scott E. Graves 2024-08-02 12:59:29 -05:00
parent b00b72d70f
commit 2e46f2fead

View File

@ -507,8 +507,6 @@ auto sia_provider::is_online() const -> bool {
return false;
}
event_system::instance().raise<debug_log>(std::string{function_name}, "",
state_data.dump());
return true;
} catch (const std::exception &e) {
utils::error::raise_error(function_name, e,