mirror of https://github.com/status-im/web3.js.git
removed timeout console.log
This commit is contained in:
parent
95b1b5f567
commit
30cc07227e
|
@ -38,12 +38,11 @@ var IpcProvider = function (path, net) {
|
|||
this.connection = net.connect({path: this.path});
|
||||
|
||||
this.connection.on('error', function(e){
|
||||
console.error('IPC Connection error', e);
|
||||
console.error('IPC Connection Error', e);
|
||||
_this._timeout();
|
||||
});
|
||||
|
||||
this.connection.on('end', function(e){
|
||||
console.error('IPC Connection ended', e);
|
||||
_this._timeout();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue