removes all JavaScript console messages from giving directory
npm install log-removebash
$ npm install -g log-remove
`
Example In Terminal
Add the following to your Terminal
`bash
$ logrm your-folder-name
`
if you're in the root directory :
1- install this package global if your'not
`bash
$ npm install -g log-remove
`
2- back to the parnet of your directory folder
add the following to your Terminal
`bash
$ logrm your-folder-name
``