oops remove some testing code

This commit is contained in:
geeksville
2020-08-30 12:09:51 -07:00
parent a5678392f5
commit ba8961ef6c

View File

@@ -205,7 +205,6 @@ class SoftwareUpdateService : JobIntentService(), Logging {
verStringToInt(if (swVer.isEmpty() || swVer == "unset") "99.99.99" else swVer)
(curVer > deviceVersion) && (deviceVersion >= minVer)
true
} catch (ex: Exception) {
errormsg("Error finding swupdate info", ex)
false // If we fail parsing our update info