rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Remove wrapped logging calls from the stack trace printed for notices and errors #42

Open rdw-software opened 3 years ago

rdw-software commented 3 years ago

We currently call console.log methods through a basic wrapper functions, polluting the stack trace. In order to fix this, binding the underlying console object to the new logging function can be employed.

See here for an example.