-
Please build something that lets me…
Hidding console.log(), at least in production. -
This is important to me because…
- in production: I want to have a clean interface AND console
- in development: logs are usefull when I work on a memberstack feature but are quite annoying when I work on something else.
- My current workaround is…
- in production: no workaround
- in dev: I prepend something to MY logs to be able to distingues them quickly from memberstacks ones