From: Roan Kattouw Date: Sun, 15 May 2011 10:57:01 +0000 (+0000) Subject: Remove debugging code introduced in r88115 X-Git-Tag: 1.31.0-rc.0~30164 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=eced155b69b4a14abf5becf7a8bd9cfc7d300f3c;p=lhc%2Fweb%2Fwiklou.git Remove debugging code introduced in r88115 --- diff --git a/resources/jquery/jquery.autoEllipsis.js b/resources/jquery/jquery.autoEllipsis.js index 7bdc7f5242..625331046b 100644 --- a/resources/jquery/jquery.autoEllipsis.js +++ b/resources/jquery/jquery.autoEllipsis.js @@ -78,7 +78,6 @@ $.fn.autoEllipsis = function( options ) { if ( options.tooltip ) { $container.attr( 'title', text ); } - console.log("YAY CACHE HIT"); return; } }