diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-15 15:58:15 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-15 15:58:15 -0400 |
commit | 7877c4fa73120bc6d21a5fcd302a896f03b23876 (patch) | |
tree | 9cdff0252838accb42e258804511d7d070e574ca | |
parent | b7b50a7d5f3aef469dfdbde56b30d1349b97436b (diff) | |
download | jquery-7877c4fa73120bc6d21a5fcd302a896f03b23876.tar.gz jquery-7877c4fa73120bc6d21a5fcd302a896f03b23876.zip |
Remove log
-rw-r--r-- | build/build.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 |