Skip to content

Instantly share code, notes, and snippets.

@arioch1984
Last active August 29, 2015 14:01
Show Gist options
  • Save arioch1984/cb03c45784f342f19acd to your computer and use it in GitHub Desktop.
Save arioch1984/cb03c45784f342f19acd to your computer and use it in GitHub Desktop.
console log wrapper coffee script
window.debugMode = document.location.hash.match(/debug/) and console?   console.log 'This is the first of many debug-mode outputs' if debugMode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment