diff --git a/src/Insight/Insight.cpp b/src/Insight/Insight.cpp index a01c4306..dd2e1881 100644 --- a/src/Insight/Insight.cpp +++ b/src/Insight/Insight.cpp @@ -322,10 +322,6 @@ namespace Bloom void Insight::onTargetResetEvent(const Events::TargetReset& event) { try { - if (this->targetControllerService.getTargetState() != TargetState::STOPPED) { - return; - } - if (this->lastTargetState != TargetState::STOPPED) { this->lastTargetState = TargetState::STOPPED; emit this->insightSignals->targetStateUpdated(TargetState::STOPPED);