do not throw update errors

This commit is contained in:
Aleksis Brezas 2014-09-23 21:37:37 +03:00 committed by Pablo Carranza Vélez
parent 05a3cba65f
commit e65a0b9c66

View File

@ -123,4 +123,3 @@ exports.initialised = currentSupervisor.then (currentSupervisor) ->
startNewSupervisor(currentSupervisor) startNewSupervisor(currentSupervisor)
.catch (err) -> .catch (err) ->
utils.mixpanelTrack('Supervisor update failed', error: err) utils.mixpanelTrack('Supervisor update failed', error: err)
throw err