mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
removed logs
This commit is contained in:
parent
f5a70eeb3d
commit
ca14aece80
@ -300,7 +300,7 @@ class FunctionDeploy extends SPlugin {
|
||||
return _this.S.actions.codePackageLambdaNodejs(evtClone)
|
||||
.bind(_this)
|
||||
.then(_this.S.actions.codeDeployLambdaNodejs)
|
||||
//.then(_this.S.actions.createEventSourceLambdaNodejs)
|
||||
.then(_this.S.actions.createEventSourceLambdaNodejs)
|
||||
.then(function(evtCloneProcessed) {
|
||||
|
||||
// Add Function and Region
|
||||
|
||||
@ -122,10 +122,7 @@ class FunctionRun extends SPlugin {
|
||||
|
||||
// Add function to evt
|
||||
for (let i = 0; i < functions.length; i++) {
|
||||
console.log(functions[i].name)
|
||||
console.log(evt.name)
|
||||
if (functions[i].name === evt.name || functions[i].name.toLowerCase() === evt.name) {
|
||||
console.log('yes')
|
||||
evt.function = functions[i];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user