From 8c626d4dcd32a32af18ec999d42e04d5f9fab035 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 25 Jun 2010 21:30:38 +0000 Subject: [PATCH] Decrease debugging output in SOGoDataTable.js Monotone-Parent: 85c2eea4bb09ae229989bf2dba4e20b82d982284 Monotone-Revision: a7a96701c2914c671f441b0ca4e653e2243b84b4 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-25T21:30:38 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SOGoDataTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/SOGoDataTable.js b/UI/WebServerResources/SOGoDataTable.js index a40e043c8..4891788ac 100644 --- a/UI/WebServerResources/SOGoDataTable.js +++ b/UI/WebServerResources/SOGoDataTable.js @@ -224,7 +224,7 @@ var SOGoDataTableInterface = { // Update references to selected rows this.body.refreshSelectionByIds(); - log ("DataTable._render() top gap/bottom gap/total rows = " + this.rowTop.getStyle('height') + "/" + this.rowBottom.getStyle('height') + "/" + this.body.select("tr").length + " (height = " + this.down("table").getHeight() + "px)"); +// log ("DataTable._render() top gap/bottom gap/total rows = " + this.rowTop.getStyle('height') + "/" + this.rowBottom.getStyle('height') + "/" + this.body.select("tr").length + " (height = " + this.down("table").getHeight() + "px)"); // Save current rendered view index and count this.renderedIndex = start;