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
Console calls, IMO, should be for debugging only. They're useful
for users facing bugs to share information about any unexpected events.
Instead of using `console.log` as a catch-all, I'd like to think more
carefully about the purpose of each message, and either omit or
log it as an error, warning, or debug message.
0 commit comments