mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-16 00:35:22 +00:00
cleanup
This commit is contained in:
parent
4f45b4fa13
commit
93e5003c64
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user