diff --git a/src/updatechecker.js b/src/updatechecker.js index 695d7d899..87e4a43a8 100644 --- a/src/updatechecker.js +++ b/src/updatechecker.js @@ -163,10 +163,7 @@ function checkBoxUpdates(callback) { } settings.getSubscription(function (error, result) { - if (error) { - debug(error); - return callback(); - } + if (error) return callback(error); function done() { state.box = updateInfo.version;