From 38bd3dda8a2f0dfa8a1478049c1442e27e7541a2 Mon Sep 17 00:00:00 2001 From: paulSambolin Date: Tue, 20 Dec 2016 14:55:37 -0500 Subject: [PATCH] updated comment --- lib/plugins/aws/lib/updateStack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); },