From f8bb161bee3362bf6e7f3eb58a73618e3bb21d06 Mon Sep 17 00:00:00 2001 From: "Eslam A. Hefnawy" Date: Wed, 23 Dec 2015 17:34:23 +0200 Subject: [PATCH] removed outdated comment --- lib/actions/CodeEventDeployLambda.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/actions/CodeEventDeployLambda.js b/lib/actions/CodeEventDeployLambda.js index 36d019f62..9e3e6afd7 100644 --- a/lib/actions/CodeEventDeployLambda.js +++ b/lib/actions/CodeEventDeployLambda.js @@ -56,7 +56,6 @@ module.exports = function(SPlugin, serverlessPath) { async.eachLimit(evt.function.events, 5, function (event, cb) { - // Create new evt object for concurrent operations let params = { FunctionName: _this.Lambda.sGetLambdaName(_this.S._projectJson, evt.function), EventSourceArn: event.eventSourceArn,