mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove log
This commit is contained in:
parent
b7b50a7d5f
commit
7877c4fa73
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user