You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/04/19 13:55:03 UTC

[04/10] git commit: [flex-falcon] - [FalconJX] comments on debug code

[FalconJX] comments on debug code

Commented out some debug StdOut info.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 87f6ec285cb0343b8d8c5b5833e580fe5276c3a6
Parents: 1747d79
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Apr 19 13:05:08 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Apr 19 13:05:08 2013 +0200

----------------------------------------------------------------------
 .../compiler/internal/projects/FlexJSProject.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/87f6ec28/compiler.jx/src/org/apache/flex/compiler/internal/projects/FlexJSProject.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/projects/FlexJSProject.java b/compiler.jx/src/org/apache/flex/compiler/internal/projects/FlexJSProject.java
index c111129..4af001a 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/projects/FlexJSProject.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/projects/FlexJSProject.java
@@ -56,7 +56,7 @@ public class FlexJSProject extends FlexProject
         boolean isInterface = actualDef instanceof InterfaceDefinition;
         if (isInterface)
         {
-            System.out.println("Interface: " + qname);
+            //System.out.println("Interface: " + qname);
         }
         else
         {