A bit of cleaning up. Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9afc96ea Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9afc96ea Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9afc96ea Branch: refs/heads/develop Commit: 9afc96ea99727a8d3e3ff3c22fa2ad31bd93844c Parents: 0eecfd1 Author: Erik de Bruin <[email protected]> Authored: Wed Jul 30 15:42:55 2014 +0200 Committer: Erik de Bruin <[email protected]> Committed: Fri Aug 1 12:59:16 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/9afc96ea/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()); } } }
