Removed log statement
This commit is contained in:
parent
c96b991493
commit
a30b3211e6
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -931,7 +931,7 @@ jQuery.fn = jQuery.prototype = {
|
||||||
|
|
||||||
jQuery.grep(this, function(a) {
|
jQuery.grep(this, function(a) {
|
||||||
return ( t.constructor == Array || t.jquery )
|
return ( t.constructor == Array || t.jquery )
|
||||||
? console.log("t: %o a: %o", t, a) | jQuery.inArray( a, t ) < 0
|
? jQuery.inArray( a, t ) < 0
|
||||||
: a != t;
|
: a != t;
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue