From 7877c4fa73120bc6d21a5fcd302a896f03b23876 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 15 Aug 2013 15:58:15 -0400 Subject: [PATCH] Remove log --- build/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/build.js b/build/build.js index e4717d606..1df849abd 100644 --- a/build/build.js +++ b/build/build.js @@ -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 -- 2.39.5