Repository: flex-falcon Updated Branches: refs/heads/feature-autobuild/example-maven-dirs 35ec1023a -> dd6e2c113
- Removed debug output Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/dd6e2c11 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/dd6e2c11 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/dd6e2c11 Branch: refs/heads/feature-autobuild/example-maven-dirs Commit: dd6e2c1130311a06c62dd25d797831bbbd63117e Parents: 35ec102 Author: Christofer Dutz <[email protected]> Authored: Fri Oct 28 15:43:04 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Fri Oct 28 15:43:04 2016 +0200 ---------------------------------------------------------------------- .../compiler/internal/codegen/js/goog/JSGoogPublisher.java | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/dd6e2c11/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java ---------------------------------------------------------------------- diff --git a/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java b/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java index 99ef6af..4791887 100644 --- a/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java +++ b/compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java @@ -274,12 +274,6 @@ public class JSGoogPublisher extends JSPublisher implements IJSPublisher protected void dumpJar(File jarFile, File outputDir) throws IOException { try { - System.out.println("----------------------------------------------------------------"); - System.out.println("Absolute path: " + jarFile.getAbsolutePath()); - System.out.println("Canonical path: " + jarFile.getCanonicalPath()); - System.out.println("Path length: " + jarFile.getCanonicalPath().length()); - System.out.println("File exists: " + jarFile.exists()); - System.out.println("----------------------------------------------------------------"); // TODO (mschmalle) for some reason ide thinks this has not been closed @SuppressWarnings("resource") JarFile jar = new JarFile(jarFile);
