Skip to content

Instantly share code, notes, and snippets.

@jonuts
Created April 24, 2009 10:35
Show Gist options
  • Save jonuts/101054 to your computer and use it in GitHub Desktop.
Save jonuts/101054 to your computer and use it in GitHub Desktop.
if (!(typeof(console) == 'object')) {
console = new Object
console.log = function(str){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment