mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00

console.debug logs cause some performance issues because the browser is forced to save the logged objects just in case the user opens the debugging tools. They can be force-enabled back by adding ?debug=1 to the URL. Only console.debug is disabled, console.log and other levels are a lot less verbose and still enabled by default.