Removed debugging logging.
This commit is contained in:
parent
742bcc753f
commit
1233233c6c
@ -17,7 +17,7 @@ function Web3Connector(provider) {
|
||||
method: method,
|
||||
params: params
|
||||
}, function(error, result) {
|
||||
console.log(error, result);
|
||||
//console.log(error, result);
|
||||
if (error) {
|
||||
reject(error);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user