web/data/cubicweb.htmlhelpers.js
branchstable
changeset 2378 75af50d66b0a
parent 2377 fc1fea0e87c5
child 2385 8fa16dc4b8c8
--- 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;