mirror of https://github.com/status-im/web3.js.git
removed unecessary log
This commit is contained in:
parent
9926e27a84
commit
67ab5ef76c
|
@ -93,7 +93,6 @@ var requestManager = function() {
|
|||
var result = provider.send(payload);
|
||||
|
||||
if (!jsonrpc.isValidResponse(result)) {
|
||||
console.log(result);
|
||||
if(typeof result === 'object' && result.error && result.error.message)
|
||||
console.error(result.error.message);
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue