Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Aug 18, 2024
1 parent 65abc75 commit 0986daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ <h6 class="mt-4">Troubleshooting</h6>
} while (!done);
Vue.set(this, 'events', events);
// console.log(now() + " INFO loadERC20 - events[0..2]: " + JSON.stringify(events.slice(0, 3), null, 2));
console.log(now() + " INFO loadERC20 - tokensCollator: " + JSON.stringify(tokensCollator, null, 2));
// console.log(now() + " INFO loadERC20 - tokensCollator: " + JSON.stringify(tokensCollator, null, 2));
// console.log(now() + " INFO loadERC20 - approvalsCollator: " + JSON.stringify(approvalsCollator, null, 2));
const tokens = [];
for (const [ owner, balance ] of Object.entries(tokensCollator)) {
Expand Down

0 comments on commit 0986daf

Please sign in to comment.