101
Comments
  • 4
    Did you tried console.table() ?
  • 1
    You can actually override console.log
    I love detecting dev and staging urls vs production.
    In case of production, console.log becomes a void function that returns nothing.
  • 0
    try to add return
Add Comment