diff --git a/lib/plugins/aws/lib/updateStack.js b/lib/plugins/aws/lib/updateStack.js index 33946cc11..73a32b983 100644 --- a/lib/plugins/aws/lib/updateStack.js +++ b/lib/plugins/aws/lib/updateStack.js @@ -83,7 +83,7 @@ module.exports = { this.options.region) .then((cfData) => this.monitorStack('update', cfData)) .catch((e) => { - console.log('If this error states \"No updates are to be performed.\", it is not really an error', e); + // No updates to template error is caught here }); },