web3data-js
web3data-js copied to clipboard
Remove console.logs and use callbacks instead
Use Case:
- Users want to control the output to their console let us not hijack their stdout!
Requirements:
- Remove console.logs and use the users callback to communicate
Acceptance Criteria:
- Uses callback instead of console.logs to communicate