Skip to content

Instantly share code, notes, and snippets.

@swape
Created May 14, 2014 13:19
Show Gist options
  • Save swape/d83a8c07bdf72eb04127 to your computer and use it in GitHub Desktop.
Save swape/d83a8c07bdf72eb04127 to your computer and use it in GitHub Desktop.
Make IE not complain about console.log
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment