hirosystems / stacks.js

JavaScript libraries for identity, auth, storage and transactions on the Stacks blockchain.
https://stacks.js.org
MIT License
949 stars 309 forks source link

Remove `logger` code and replace with `console.` #1695

Open janniks opened 4 months ago

janniks commented 4 months ago

common has a Logger class which doesn't add any benefit, since the level isn't set anywhere. Let's remove it and use console. instead

Also remove the config file

jerardlouis commented 3 months ago

Is this issue still open?