Removed debugging logging.

This commit is contained in:
ricmoo 2016-08-01 19:33:21 -04:00
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 {