# HG changeset patch # User Dan # Date 1227239910 18000 # Node ID cffe1396033068e20613a5beef7e56fd2e041367 # Parent f81f2a4f8d04d89b71ff73f131bba9351a9dd3cc [minor] snip some debugging code from autofill 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