I have set up subclipse for SVN on eclipse. Sometimes, we forget to remove console.logs() in the JavaScript source files and these are causing some errors on IE
So I was thinking if there could be an alert message that can be shown if subclipse detects any console.logs() during SVN Commit or it would be better if it could completely erase those console.logs() all together!(I Know I'm Asking For More Here!).
Thanks in advance guys.