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