Skip to content

Instantly share code, notes, and snippets.

@framon
Created November 11, 2013 15:59
Show Gist options
  • Save framon/7415516 to your computer and use it in GitHub Desktop.
Save framon/7415516 to your computer and use it in GitHub Desktop.
Javascript Log Output
var debug = true,
LOG = debug ? console.log.bind(console) : function () {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment