mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
remove killer code
This commit is contained in:
parent
e49a474380
commit
820fd45c46
@ -40,10 +40,6 @@ class BlockchainProcessLauncher {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.blockchainProcess.once('result', constants.blockchain.blockchainReady, () => {
|
this.blockchainProcess.once('result', constants.blockchain.blockchainReady, () => {
|
||||||
setTimeout(() => {
|
|
||||||
console.log('LOL');
|
|
||||||
oopsise = doopsie;
|
|
||||||
}, 3000);
|
|
||||||
this.logger.info(__('Blockchain node is ready').cyan);
|
this.logger.info(__('Blockchain node is ready').cyan);
|
||||||
this.events.emit(constants.blockchain.blockchainReady);
|
this.events.emit(constants.blockchain.blockchainReady);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user