You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use console.debug and such in places around the codebase. It'll be better to use debug to standardize the logging, and allow people to selectively enable logging for different components of the codebase.
Currently we use
console.debug
and such in places around the codebase. It'll be better to usedebug
to standardize the logging, and allow people to selectively enable logging for different components of the codebase.Originating discussion happened here #20 (comment)
The text was updated successfully, but these errors were encountered: