Skip to content

Instantly share code, notes, and snippets.

@samgreen
Last active December 21, 2015 11:28
Show Gist options
  • Save samgreen/6298596 to your computer and use it in GitHub Desktop.
Save samgreen/6298596 to your computer and use it in GitHub Desktop.
if (typeof console == "undefined") {
window.console = {
log: function () {}
};
}
console.log("whatever");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment