mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
code cleanup - sonarlint
This commit is contained in:
@@ -798,10 +798,6 @@ uint16_t Helpers::string2minutes(const std::string & str) {
|
||||
if (tmp > 60) {
|
||||
return 0;
|
||||
}
|
||||
// Serial.print("*");
|
||||
// Serial.print(tmp);
|
||||
// Serial.println("*");
|
||||
|
||||
res += tmp;
|
||||
}
|
||||
// Or we got an extra colon
|
||||
|
||||
Reference in New Issue
Block a user