Skip to content

Instantly share code, notes, and snippets.

@MarkBorcherding
Created May 3, 2010 20:28
Show Gist options
  • Select an option

  • Save MarkBorcherding/388545 to your computer and use it in GitHub Desktop.

Select an option

Save MarkBorcherding/388545 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
if(console == null){
console = {};
}
if(console.debug == null){
console.debug = function(){};
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment