You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/04/24 18:05:53 UTC

[21/50] [abbrv] git commit: [flex-falcon] [refs/heads/maven] - Remove debug output

Remove debug output

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/b39d5e32
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/b39d5e32
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/b39d5e32

Branch: refs/heads/maven
Commit: b39d5e32d27dd40e4ec9d8059e32b94e9c84b475
Parents: 44c1e68
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue Apr 15 13:09:43 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Apr 15 13:09:43 2014 +0200

----------------------------------------------------------------------
 .../flex/compiler/internal/codegen/js/goog/TestGoogProject.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/b39d5e32/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogProject.java
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogProject.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogProject.java
index c41f820..c480ee1 100644
--- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogProject.java
+++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogProject.java
@@ -80,7 +80,7 @@ public class TestGoogProject extends ASTestBase
                     + backend.getOutputExtension();
             String compiledResult = readCodeFile(new File(compiledFilePath));
 
-            System.out.println(compiledResult);
+            //System.out.println(compiledResult);
             
             String expectedFilePath = new File("test-files").getAbsolutePath()
                     + File.separator + testDirPath + File.separator