diff --git a/ground/src/plugins/scope/scopegadgetconfiguration.cpp b/ground/src/plugins/scope/scopegadgetconfiguration.cpp index 8adc8c3ff..95857925d 100644 --- a/ground/src/plugins/scope/scopegadgetconfiguration.cpp +++ b/ground/src/plugins/scope/scopegadgetconfiguration.cpp @@ -72,10 +72,6 @@ ScopeGadgetConfiguration::ScopeGadgetConfiguration(QString classId, QSettings* q qSettings->endGroup(); } - - //The value is converted to milliseconds, so if it is < 100, it is still seconds - if(m_refreshInterval < 100) - m_refreshInterval *= 1000; } }