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,
params: params
}, function(error, result) {
console.log(error, result);
//console.log(error, result);
if (error) {
reject(error);
} else {