diff -r f81f2a4f8d04 -r cffe13960330 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