EndpointDeployApiGateway: remove unnecessary console log

This commit is contained in:
ac360 2016-03-17 16:28:55 -07:00
parent 4113003c1d
commit 47b69c2a7b

View File

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