Repository: flex-falcon
Updated Branches:
  refs/heads/develop 44c1e6827 -> 285da92d7


Remove debug output

Signed-off-by: Erik de Bruin <e...@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/develop
Commit: b39d5e32d27dd40e4ec9d8059e32b94e9c84b475
Parents: 44c1e68
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Tue Apr 15 13:09:43 2014 +0200
Committer: Erik de Bruin <e...@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

Reply via email to