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
This commit is contained in:
Francis Lachapelle 2010-06-25 21:30:38 +00:00
parent cc7ead5cef
commit 8c626d4dcd

View file

@ -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;