remove unused var
This commit is contained in:
parent
4f20d31b4c
commit
7d795fa180
|
@ -62,7 +62,7 @@ class DeployManager {
|
|||
|
||||
async.waterfall([
|
||||
function buildContracts(callback) {
|
||||
self.events.request("contracts:build", self.deployOnlyOnConfig, (cb) => {
|
||||
self.events.request("contracts:build", self.deployOnlyOnConfig, () => {
|
||||
callback();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue