Removed debugging code. Other small bits of tidying

This commit is contained in:
Nav
2021-04-12 19:43:42 +01:00
parent 7e6bb420c3
commit 8da2aa3a8d
4 changed files with 12 additions and 8 deletions

View File

@@ -235,6 +235,7 @@ void TargetController::shutdown() {
Logger::info("Closing debug tool");
debugTool->close();
}
} catch (const std::exception& exception) {
Logger::error("Failed to properly shutdown TargetController. Error: " + std::string(exception.what()));
}