Skip to content

Instantly share code, notes, and snippets.

@digitalconceptvisuals
Created July 29, 2020 22:39
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 digitalconceptvisuals/21e8abc8d4ff0e275c390bcc34c56b7d to your computer and use it in GitHub Desktop.
Save digitalconceptvisuals/21e8abc8d4ff0e275c390bcc34c56b7d to your computer and use it in GitHub Desktop.
// Simple debug tricks
const nop = () => { };
let debug = nop; // Disable debug output
debug = console.log; // Enable debug output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment