Remove debugging code introduced in r88115
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 15 May 2011 10:57:01 +0000 (10:57 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 15 May 2011 10:57:01 +0000 (10:57 +0000)
resources/jquery/jquery.autoEllipsis.js

index 7bdc7f5..6253310 100644 (file)
@@ -78,7 +78,6 @@ $.fn.autoEllipsis = function( options ) {
                                if ( options.tooltip ) {
                                        $container.attr( 'title', text );
                                }
-                               console.log("YAY CACHE HIT");
                                return;
                        }
                }