I\'m looking into different ways to minify my JavaScript code including the regular JSMin, Packer, and YUI solutions. I\'m really interested in the new Google Closure Compil
If you're using UglifyJS2, you can use the drop_console argument to remove console.* functions.