Repository: flex-falcon
Updated Branches:
  refs/heads/develop ad9e1127f -> a3d802b00


comment out debug output


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

Branch: refs/heads/develop
Commit: a3d802b006e52bff28a05e5f428912820624992e
Parents: ad9e112
Author: Alex Harui <aha...@apache.org>
Authored: Tue Jul 12 14:00:05 2016 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue Jul 12 14:00:05 2016 -0700

----------------------------------------------------------------------
 .../flex/compiler/internal/codegen/mxml/MXMLBlockWalker.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a3d802b0/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/MXMLBlockWalker.java
----------------------------------------------------------------------
diff --git 
a/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/MXMLBlockWalker.java
 
b/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/MXMLBlockWalker.java
index 83ec265..76cfd9b 100644
--- 
a/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/MXMLBlockWalker.java
+++ 
b/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/MXMLBlockWalker.java
@@ -413,7 +413,7 @@ public class MXMLBlockWalker implements IMXMLBlockVisitor, 
IMXMLBlockWalker
     {
         debug("visitBinding()");
         
-        System.out.println("skipping fx:Binding in " + node.getSourcePath() + 
". This node should be encoded in the binding data.");
+        //System.out.println("skipping fx:Binding in " + node.getSourcePath() 
+ ". This node should be encoded in the binding data.");
     }
     
     
//--------------------------------------------------------------------------

Reply via email to