mirror of
https://github.com/embarklabs/subspace.git
synced 2025-02-16 16:46:27 +00:00
fix: remove console.log (#24)
This commit is contained in:
parent
113e392ed7
commit
3f0ec3e050
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user