[minor] snip some debugging code from autofill
authorDan
Thu, 20 Nov 2008 22:58:30 -0500
changeset 747 cffe13960330
parent 746 f81f2a4f8d04
child 748 e39454295bbb
[minor] snip some debugging code from autofill
includes/clientside/static/autofill.js
--- a/includes/clientside/static/autofill.js	Thu Nov 20 22:51:02 2008 -0500
+++ b/includes/clientside/static/autofill.js	Thu Nov 20 22:58:30 2008 -0500
@@ -309,8 +309,6 @@
         var results_height = $dynano(results).Height();
         var visibleBottomBoundary = visibleTopBoundary + results_height;
         var scrollTo = false;
-        console.debug('td top = %d, td height = %d, td bottom = %d, visibleTopBoundary = %d, results_height = %d, visibleBottomBoundary = %d, step = %d',
-                       td_top, td_height, td_bottom, visibleTopBoundary, results_height, visibleBottomBoundary, step);
         if ( td_top < visibleTopBoundary && step < 0 )
         {
           // going up: scroll the results div to just higher than the result we're trying to see