Skip to content

Instantly share code, notes, and snippets.

@hammadbinarif
Created June 7, 2017 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hammadbinarif/2ea3793a66ad07fc0efb7ecddd59730e to your computer and use it in GitHub Desktop.
Save hammadbinarif/2ea3793a66ad07fc0efb7ecddd59730e to your computer and use it in GitHub Desktop.
window.console = window.console || (function(){
var c = {}; c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile = c.clear = c.exception = c.trace = c.assert = function(){};
return c;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment