aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery/jquery.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-23 11:07:10 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-23 11:07:10 +0000
commita30b3211e68eeea04107059cc82b3c3026138337 (patch)
tree678a22bb7d4821bc0d66c5bf100fe49502177943 /src/jquery/jquery.js
parentc96b991493b3e432fe095a18cab29b046577976c (diff)
downloadjquery-a30b3211e68eeea04107059cc82b3c3026138337.tar.gz
jquery-a30b3211e68eeea04107059cc82b3c3026138337.zip
Removed log statement
Diffstat (limited to 'src/jquery/jquery.js')
-rw-r--r--src/jquery/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js
index 19ee7c10e..2c494d115 100644
--- a/src/jquery/jquery.js
+++ b/src/jquery/jquery.js
@@ -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;
})
);