mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
EndpointDeployApiGateway: remove unnecessary console log
This commit is contained in:
parent
4113003c1d
commit
47b69c2a7b
@ -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) {});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user