Skip to content

Instantly share code, notes, and snippets.

@i5heu
Created November 22, 2019 10:28
Show Gist options
  • Save i5heu/2bdc8c167140157462373a4afc37e632 to your computer and use it in GitHub Desktop.
Save i5heu/2bdc8c167140157462373a4afc37e632 to your computer and use it in GitHub Desktop.
// set the debug output to none if the debug mode is not set
if (document.cookie.indexOf("DebugMode042003") == -1) {
console.debug = () => {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment