Skip to content

Instantly share code, notes, and snippets.

@ashhitch
Created October 15, 2015 14:26
Show Gist options
  • Save ashhitch/b9cc1699e3df3aab7840 to your computer and use it in GitHub Desktop.
Save ashhitch/b9cc1699e3df3aab7840 to your computer and use it in GitHub Desktop.
Remove all console.log from JS in Sublime
Ensure regex button is selected and then type this in the search field.
\s*console\.log(.*);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment