removed logs

This commit is contained in:
Eslam A. Hefnawy 2015-12-15 19:27:46 +02:00
parent f5a70eeb3d
commit ca14aece80
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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];
}
}