comment out trace statements

Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/09c93dda
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/09c93dda
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/09c93dda

Branch: refs/heads/master
Commit: 09c93dda7c968b88c49366655ecf9ad4648c291d
Parents: b01aed3
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Aug 1 09:50:17 2013 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Aug 1 09:50:17 2013 +1000

----------------------------------------------------------------------
 .../projects/experimental/src/spark/components/CallOut.as | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/09c93dda/frameworks/projects/experimental/src/spark/components/CallOut.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/components/CallOut.as 
b/frameworks/projects/experimental/src/spark/components/CallOut.as
index deb5e93..37d6d81 100644
--- a/frameworks/projects/experimental/src/spark/components/CallOut.as
+++ b/frameworks/projects/experimental/src/spark/components/CallOut.as
@@ -535,8 +535,8 @@ package spark.components
                                        // Invalidate only when the arrow 
direction changes
                                        var direction:String = 
determineArrowPosition(actualHorizontalPosition, actualVerticalPosition);
                                        
-                                       trace("direction: "+direction);
-                                       trace("arrowDirection: 
"+arrowDirection);
+                                       // trace("direction: "+direction);
+                                       // trace("arrowDirection: 
"+arrowDirection);
                                        
                                        if (arrowDirection != direction)
                                        {
@@ -1116,7 +1116,7 @@ package spark.components
                        
                        regPoint.x += nudgeToFit(calloutBounds.left, 
calloutBounds.right, screenLeft, screenRight, concatScaleX);
                        
-                       trace("regpoint: " + regPoint.toString());
+                       // trace("regpoint: " + regPoint.toString());
                        
                        calculateArrowPosition();
                        
@@ -1132,9 +1132,9 @@ package spark.components
                
                mx_internal function calculateArrowPosition():void
                {
-                       trace("horizontalPosition: " + horizontalPosition);
+                       // trace("horizontalPosition: " + horizontalPosition);
                        
-                       trace("verticalPosition: " + verticalPosition);
+                       // trace("verticalPosition: " + verticalPosition);
                }
                
                /**

Reply via email to