Revision: 4406 http://vexi.svn.sourceforge.net/vexi/?rev=4406&view=rev Author: mkpg2 Date: 2012-06-27 05:56:24 +0000 (Wed, 27 Jun 2012) Log Message: ----------- Remove trace.
Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/textfield.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/textfield.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/textfield.t 2012-06-18 13:52:35 UTC (rev 4405) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/textfield.t 2012-06-27 05:56:24 UTC (rev 4406) @@ -83,7 +83,7 @@ trapee.value = val.substring(0, cPos) + v + val.substring(cPos, val.length); } else { var val = trapee.value; - vexi.trace(do_del+", "+cPos+", "+val+", "+text); + //vexi.trace(do_del+", "+cPos+", "+val+", "+text); if (v == "back_space") { // delete character before cPos if (do_del and (cPos > 0)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn