Skip to content

Instantly share code, notes, and snippets.

@sunny
Created August 1, 2011 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunny/1118454 to your computer and use it in GitHub Desktop.
Save sunny/1118454 to your computer and use it in GitHub Desktop.
Mini console log that doesn't break in browsers without a console
# Mini console log that doesn't break in browsers without a console
log = ->
console?.log?(arguments...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment