Context
There is a lot of console.log debugging at the end of milestone #2. It is still useful for debugging process, but should be avoided for final product.
Debuggin log brings a lot of value during develpoment of the product.
We already have window.icod2Dev object with some development oriented featurues.
What
Keep logs from console off by default. Optional turn them on via a new method in window.icod2Dev; memorize the setting in local storage/ session storage.
Context
There is a lot of console.log debugging at the end of milestone #2. It is still useful for debugging process, but should be avoided for final product.
Debuggin log brings a lot of value during develpoment of the product.
We already have
window.icod2Devobject with some development oriented featurues.What
Keep logs from console off by default. Optional turn them on via a new method in
window.icod2Dev; memorize the setting in local storage/ session storage.