Revision: 4332
          http://vexi.svn.sourceforge.net/vexi/?rev=4332&view=rev
Author:   mkpg2
Date:     2012-01-19 00:39:15 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
Cleanup. Remove traces.

Modified Paths:
--------------
    trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t 
2012-01-18 23:54:35 UTC (rev 4331)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t 
2012-01-19 00:39:15 UTC (rev 4332)
@@ -50,9 +50,7 @@
             }
             
             if (scale!=null) {
-                trace(d);
                 d = d.round(scale);
-                trace(d);
             }
             return d;
         }
@@ -68,7 +66,6 @@
         
         thisbox.decimal2text= function(d) {
                if (d==null) return "";
-               trace(scale);
                return d.toDecimalString(scale);
            }
         

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to