Skip to content

Instantly share code, notes, and snippets.

@wonderbeyond
Last active June 7, 2023 14:11
Show Gist options
  • Select an option

  • Save wonderbeyond/35ded6ae4fe69bf436b6 to your computer and use it in GitHub Desktop.

Select an option

Save wonderbeyond/35ded6ae4fe69bf436b6 to your computer and use it in GitHub Desktop.
Fake console.log for IE
window.console = window.console || {log: function(){return false;}};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment