mirror of https://github.com/embarklabs/embark.git
cleanup
This commit is contained in:
parent
4f45b4fa13
commit
93e5003c64
|
@ -85,13 +85,6 @@ class DeployManager {
|
||||||
},
|
},
|
||||||
function runAfterDeploy(callback) {
|
function runAfterDeploy(callback) {
|
||||||
self.plugins.runActionsForEvent('contracts:deploy:afterAll', 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) {
|
], function (err, _result) {
|
||||||
done(err);
|
done(err);
|
||||||
|
|
Loading…
Reference in New Issue