mirror of
https://github.com/BoostIo/Boostnote
synced 2026-05-14 19:42:04 +00:00
Using console in production is generally undesirable due to performance loss and security concerns. Errors were changed to console.error and console.logs were removed.