Revision: 69
Author: lukebayes
Date: 2006-08-25 12:41:34 -0700 (Fri, 25 Aug 2006)
ViewCVS: http://svn.sourceforge.net/asunit/?rev=69&view=rev
Log Message:
-----------
got rid of trace statements
Modified Paths:
--------------
trunk/framework/as3/asunit/textui/FlexTestRunner.as
Modified: trunk/framework/as3/asunit/textui/FlexTestRunner.as
===================================================================
--- trunk/framework/as3/asunit/textui/FlexTestRunner.as 2006-08-23 03:11:38 UTC (rev 68)
+++ trunk/framework/as3/asunit/textui/FlexTestRunner.as 2006-08-25 19:41:34 UTC (rev 69)
@@ -36,11 +36,9 @@
public override function addChild(child:DisplayObject):DisplayObject {
if(parent && child is IUIComponent) {
// AND check for 'is' UIUComponent...
- trace(">> 1 add child called with: " + child);
return parent.addChild(child);
}
else {
- trace(">> 2 add child called with: " + child);
return super.addChild(child);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|