Revision: 3092
http://vexi.svn.sourceforge.net/vexi/?rev=3092&view=rev
Author: clrg
Date: 2008-08-19 11:48:24 +0000 (Tue, 19 Aug 2008)
Log Message:
-----------
Remove log statement
Modified Paths:
--------------
trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/table.t
Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/table.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/table.t
2008-08-19 11:47:14 UTC (rev 3091)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/table.t
2008-08-19 11:48:24 UTC (rev 3092)
@@ -125,7 +125,6 @@
/* sanity control */
start = vexi.math.max(start, 0);
count = vexi.math.min(rowcount-start, count);
- vexi.log.info("callFetchData: "+rowheight+", "+start+", "+count);
var data = fetchData(start, count, sortby ?
th_head.indexof(sortby) : 0, sortasc);
startindex = start;
if (data) loadData(data);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn