From 47b69c2a7bcc3fe040caeb8494429a67df12a816 Mon Sep 17 00:00:00 2001 From: ac360 Date: Thu, 17 Mar 2016 16:28:55 -0700 Subject: [PATCH] EndpointDeployApiGateway: remove unnecessary console log --- lib/actions/EndpointDeployApiGateway.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/actions/EndpointDeployApiGateway.js b/lib/actions/EndpointDeployApiGateway.js index 147cfb3d0..dc28cbd80 100644 --- a/lib/actions/EndpointDeployApiGateway.js +++ b/lib/actions/EndpointDeployApiGateway.js @@ -560,7 +560,7 @@ module.exports = function(S) { + 'removed existing lambda access policy statement for this authorizer'); }) }) - .catch(function(error) {console.log(error)}); + .catch(function(error) {}); } }