Remove fallback to docker pull

This commit is contained in:
Petros Angelatos 2015-05-02 01:02:37 +00:00 committed by Pablo Carranza Velez
parent 9adbd81bc0
commit c13e16c96a

View File

@ -134,8 +134,6 @@ fetch = (app) ->
logSystemEvent(logTypes.downloadApp, app)
device.updateState(status: 'Downloading', download_progress: 0)
dockerUtils.rsyncImageWithProgress(app.imageId, onProgress)
.catch ->
dockerUtils.fetchImageWithProgress(app.imageId, onProgress)
.then ->
logSystemEvent(logTypes.downloadAppSuccess, app)
device.updateState(status: 'Idle', download_progress: null)