fix: remove progressed from call as it prohibits the system from working (#827)

Signed-off-by: Sven Lankes <sven@lank.es>
This commit is contained in:
Sven Lankes
2025-02-05 15:44:16 +01:00
committed by GitHub
parent edb3892d65
commit 3ae7ed5aa6

View File

@@ -89,13 +89,6 @@ module.exports = syrup.serial()
)
.timeout(65000)
})
.progressed(function() {
log.warn(
'STFService installation is taking a long time; ' +
'perhaps you have to accept 3rd party app installation ' +
'on the device?'
)
})
.then(function() {
return getPath()
})