Skip to content
Permalink
Browse files
Remove log
  • Loading branch information
timmywil committed Aug 15, 2013
1 parent b7b50a7 commit 7877c4f
Showing 1 changed file with 0 additions and 1 deletion.
@@ -34,7 +34,6 @@ module.exports = function( grunt ) {
* @param {String} contents The contents to be written (including their AMD wrappers)
*/
function convert( name, path, contents ) {
console.log( path );
// Convert var modules
if ( /.\/var\//.test( path ) ) {
contents = contents

0 comments on commit 7877c4f

Please sign in to comment.