Remove log

This commit is contained in:
Timmy Willison 2013-08-15 15:58:15 -04:00
parent b7b50a7d5f
commit 7877c4fa73

View File

@ -34,7 +34,6 @@ module.exports = function( grunt ) {
* @param {String} contents The contents to be written (including their AMD wrappers) * @param {String} contents The contents to be written (including their AMD wrappers)
*/ */
function convert( name, path, contents ) { function convert( name, path, contents ) {
console.log( path );
// Convert var modules // Convert var modules
if ( /.\/var\//.test( path ) ) { if ( /.\/var\//.test( path ) ) {
contents = contents contents = contents