Removed log statement

This commit is contained in:
Jörn Zaefferer 2007-01-23 11:07:10 +00:00
parent c96b991493
commit a30b3211e6

View file

@ -931,7 +931,7 @@ jQuery.fn = jQuery.prototype = {
jQuery.grep(this, function(a) {
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;
})
);