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) {}); } }