Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Last active September 14, 2015 13:10
Show Gist options
  • Select an option

  • Save StasKoval/f32ab256b6410ecb2a04 to your computer and use it in GitHub Desktop.

Select an option

Save StasKoval/f32ab256b6410ecb2a04 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