Repository: flex-falcon
Updated Branches:
  refs/heads/VF2JS f45c6e2d6 -> e5d07f570


A bit of cleaning up.

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

Branch: refs/heads/VF2JS
Commit: e5d07f570ee71f135aab2199986e6b7ea3c5e835
Parents: f45c6e2
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Wed Jul 30 15:42:55 2014 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Wed Jul 30 15:42:55 2014 +0200

----------------------------------------------------------------------
 .../src/org/apache/flex/compiler/utils/VF2JSProjectUtils.java  | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e5d07f57/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSProjectUtils.java
----------------------------------------------------------------------
diff --git 
a/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSProjectUtils.java 
b/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSProjectUtils.java
index 4f43328..cdf4e54 100644
--- a/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSProjectUtils.java
+++ b/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSProjectUtils.java
@@ -52,13 +52,9 @@ public class VF2JSProjectUtils
                         File intermediateFile = file;
                         String tempFileName = fileName.substring(0, 
fileName.indexOf("."));
                         File targetDir = new File(tempDir + File.separator + 
parentPath);
-
-                        System.out.println("NEWLOC " + 
targetDir.getAbsolutePath());
                         
-                        File newFile = 
createTempFileWithVF2JSNamespace(intermediateFile, 
+                        createTempFileWithVF2JSNamespace(intermediateFile, 
                                 tempFileName, false, targetDir, extension);
-
-                        System.out.println("NEWFILE " + 
newFile.getAbsolutePath());
                     }
                 }
             }

Reply via email to