diff --git a/lib/contracts/deploy.js b/lib/contracts/deploy.js index b74090ff5..231835832 100644 --- a/lib/contracts/deploy.js +++ b/lib/contracts/deploy.js @@ -219,7 +219,6 @@ class Deploy { next(); }, function applyBeforeDeploy(next) { - // selected in deploy_manager let beforeDeployPlugins = self.plugins.getPluginsFor('beforeDeploy'); //self.logger.info("applying beforeDeploy plugins...", beforeDeployPlugins.length);