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
If we post lots of console output then nobody will ever pay attention to it. Previously all console output was meant to be ready by users, but now there's lots of random debug output that isn't useful or actionable for most people.
Is there a solution you'd like to recommend?
Use debug() instead of console.log().
The text was updated successfully, but these errors were encountered:
What's the problem you want solved?
If we post lots of console output then nobody will ever pay attention to it. Previously all console output was meant to be ready by users, but now there's lots of random debug output that isn't useful or actionable for most people.
Is there a solution you'd like to recommend?
Use
debug()
instead ofconsole.log()
.The text was updated successfully, but these errors were encountered: