Skip to content

Instantly share code, notes, and snippets.

@aar0nTw
Created September 19, 2012 02:37
Show Gist options
  • Save aar0nTw/3747327 to your computer and use it in GitHub Desktop.
Save aar0nTw/3747327 to your computer and use it in GitHub Desktop.
Use sed to remove js console method
sed -E 's/console.(log|debug|info|...|count)\((.*)\);?//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment