mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-09-02 08:57:19 +00:00
5 lines
121 B
CoffeeScript
5 lines
121 B
CoffeeScript
PokeBattle.primus.on 'data', (args...) ->
|
|
try
|
|
console.log(args...) if window.localStorage.debug == 'true'
|
|
catch
|