zabbarob / studip-RichTextPlugin

Adds a WYSIWYG editor to the Stud.IP course management system (see http://studip.de/).
1 stars 0 forks source link

Use logging facility for JS debug outputs. #16

Open zabbarob opened 11 years ago

zabbarob commented 11 years ago

Currently console.log calls are added during debugging and removed afterwards. This is suboptimal... a logger that can be set to 'debug messages' or 'errors only' should be used.