Skip to content

Instantly share code, notes, and snippets.

@said-and-done
Last active January 3, 2016 08:08
Show Gist options
  • Save said-and-done/8433625 to your computer and use it in GitHub Desktop.
Save said-and-done/8433625 to your computer and use it in GitHub Desktop.
if (!window.console) {
window.console = {};
var methods = ['log', 'debug', 'info', 'error'], count = methods.length;
while (count--)
window.console[methods[count]] = function () {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment