diff --git a/lib/units/device/resources/service.js b/lib/units/device/resources/service.js index 8dcc1735..88ce6328 100644 --- a/lib/units/device/resources/service.js +++ b/lib/units/device/resources/service.js @@ -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() })