From 93e5003c64e797a0e9c31558e6deffaf942f0be3 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 28 May 2018 18:59:12 -0400 Subject: [PATCH] cleanup --- lib/contracts/deploy_manager.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/contracts/deploy_manager.js b/lib/contracts/deploy_manager.js index d436a4e9..afdb91b5 100644 --- a/lib/contracts/deploy_manager.js +++ b/lib/contracts/deploy_manager.js @@ -85,13 +85,6 @@ class DeployManager { }, function runAfterDeploy(callback) { self.plugins.runActionsForEvent('contracts:deploy:afterAll', callback); - //let afterDeployPlugins = self.plugins.getPluginsProperty('afterContractsDeployActions', 'afterContractsDeployActions'); - - //async.eachLimit(afterDeployPlugins, 1, function(plugin, nextEach) { - // plugin.call(plugin, nextEach); - //}, () => { - // callback(); - //}); } ], function (err, _result) { done(err);