fix: remove console.log (#24)

This commit is contained in:
Richard Ramos 2019-08-29 16:31:23 -04:00 committed by GitHub
parent 113e392ed7
commit 3f0ec3e050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,6 @@ class EventSyncer {
const fn = this.web3.call;
// balanceOf
const data = "0x70a08231" + "000000000000000000000000" + erc20Address.substring(2);
console.log(data);
fn.apply(fn, [{to: erc20Address, data}, (err, result) => {
if(err) {
sub.error(err);