mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
remove unused var
This commit is contained in:
parent
4f20d31b4c
commit
7d795fa180
@ -62,7 +62,7 @@ class DeployManager {
|
|||||||
|
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
function buildContracts(callback) {
|
function buildContracts(callback) {
|
||||||
self.events.request("contracts:build", self.deployOnlyOnConfig, (cb) => {
|
self.events.request("contracts:build", self.deployOnlyOnConfig, () => {
|
||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user