includes/clientside/static/autofill.js
changeset 747 cffe13960330
parent 704 077887be639d
child 779 609e35845ec3
--- 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