AKSW / building-navigator

The Gebäude-Navigator helps you to find accessible places in Leipzig.
https://behindertenverband-leipzig.de/gebaeude-navigator
GNU General Public License v3.0
3 stars 2 forks source link

Rework the logging system #20

Closed k00ni closed 7 years ago

k00ni commented 7 years ago

Code currently contains a lot of

console.log('FOUND');

or

console.log('layerEls:', layerEls);

which may be helpful during development, but later on, we pollute not only console but don't track or evaluate these information. I would suggest deploying a basic logging system.

simeonackermann commented 7 years ago

Done in branch rebuild with Logger. Console outputs should only printed if mode is not production