Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Created November 30, 2012 01:13
Show Gist options
  • Select an option

  • Save steveosoule/4173077 to your computer and use it in GitHub Desktop.

Select an option

Save steveosoule/4173077 to your computer and use it in GitHub Desktop.
Prevent consol.log Errors
(!window.console||!console.log)&&function(){for(var c=function(){},a="assert clear count debug dir dirxml error exception group groupCollapsed groupEnd info log markTimeline profile profileEnd markTimeline table time timeEnd timeStamp trace warn".split(" "),b=a.length,d=window.console={};b--;)d[a[b]]=c}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment