mirror of https://github.com/embarklabs/embark.git
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, () => {
|
||||
setTimeout(() => {
|
||||
console.log('LOL');
|
||||
oopsise = doopsie;
|
||||
}, 3000);
|
||||
this.logger.info(__('Blockchain node is ready').cyan);
|
||||
this.events.emit(constants.blockchain.blockchainReady);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue