Revision: 3360
          http://vexi.svn.sourceforge.net/vexi/?rev=3360&view=rev
Author:   clrg
Date:     2009-01-19 03:44:41 +0000 (Mon, 19 Jan 2009)

Log Message:
-----------
Remove unwanted log statement

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t       
2009-01-14 23:12:07 UTC (rev 3359)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/datefield.t       
2009-01-19 03:44:41 UTC (rev 3360)
@@ -290,7 +290,7 @@
         trapee.parseDate(v, trapee.textformat, trapee);
     }
     
-    static.valueRead = function() { var t = trapee.text; vexi.log.info("date 
value read: "+t); return t ? t : null; }
+    static.valueRead = function() { var t = trapee.text; return t ? t : null; }
     
     static.valueWrite = function(v) {
         switch (typeof(v)) {


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:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to