[Jifty-commit] r4961 - jifty/branches/jquery/share/web/static/js

Jifty commits jifty-commit at lists.jifty.org
Tue Jan 29 15:19:40 EST 2008


Author: gugod
Date: Tue Jan 29 15:19:39 2008
New Revision: 4961

Modified:
   jifty/branches/jquery/share/web/static/js/jifty_interface.js

Log:
remove that console.log invocation.


Modified: jifty/branches/jquery/share/web/static/js/jifty_interface.js
==============================================================================
--- jifty/branches/jquery/share/web/static/js/jifty_interface.js	(original)
+++ jifty/branches/jquery/share/web/static/js/jifty_interface.js	Tue Jan 29 15:19:39 2008
@@ -26,7 +26,6 @@
 
 			subject.autoCFG.lastSuggestion.each(
 			    function(nr) {
-                                console.log("[" + jQuery(this).text() + "]");
                                 var v = jQuery(this).text();
 				toWrite += '<li rel="' + v + '" dir="' + nr + '" style="cursor: default;">' + v + '</li>';
 			    }


More information about the Jifty-commit mailing list