# HG changeset patch # User Aurelien Campeas # Date 1247675337 -7200 # Node ID 75af50d66b0a4437d0ed2bff4d94b39bf04c51b6 # Parent fc1fea0e87c51b1b8dae5916c2c991d7c410bf93 *gasp* diff -r fc1fea0e87c5 -r 75af50d66b0a web/data/cubicweb.htmlhelpers.js --- a/web/data/cubicweb.htmlhelpers.js Wed Jul 15 17:48:24 2009 +0200 +++ b/web/data/cubicweb.htmlhelpers.js Wed Jul 15 18:28:57 2009 +0200 @@ -230,8 +230,6 @@ function autogrow(area) { - log('scrollHeight ' + area.scrollHeight); - log('clientHeight ' + area.clientHeight); if (area.scrollHeight > area.clientHeight && !window.opera) { if (area.rows < 20) { area.rows += 2;