Skip to content

Instantly share code, notes, and snippets.

@jtribble
Created April 2, 2015 16:20
Show Gist options
  • Save jtribble/b5cf7d239155fb36f897 to your computer and use it in GitHub Desktop.
Save jtribble/b5cf7d239155fb36f897 to your computer and use it in GitHub Desktop.
if (typeof console === 'undefined') {
console = {};
console.log = function() {
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment