Skip to content

Instantly share code, notes, and snippets.

@mayinx
Created July 20, 2017 14:45
Show Gist options
  • Save mayinx/b354a788467cb0a87acc538843e87f68 to your computer and use it in GitHub Desktop.
Save mayinx/b354a788467cb0a87acc538843e87f68 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