You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/11/12 21:10:22 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop_strictest] - Remove some 'success' System.out calls, to make the not so successful ones stand out.

Remove some 'success' System.out calls, to make the not so successful ones stand out.

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

Branch: refs/heads/develop_strictest
Commit: 9e10215ec891c79d719879485fd4a26ff989cadf
Parents: e88449e
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue Nov 12 21:10:03 2013 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Nov 12 21:10:03 2013 +0100

----------------------------------------------------------------------
 .../compiler/internal/graph/GoogDepsWriter.java     | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9e10215e/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
index c494ad0..11cf320 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java
@@ -200,7 +200,7 @@ public class GoogDepsWriter {
 	    File destFile;
 	    File f;
 	    
-		System.out.println("Finding file for class: " + className);
+		//System.out.println("Finding file for class: " + className);
 		String classPath = className.replace(".", File.separator);
 		if (className.contains("goog."))
 		{
@@ -217,7 +217,7 @@ public class GoogDepsWriter {
                 // copy source to output
                 try {
                     FileUtils.copyFile(f, destFile);
-                    System.out.println("Copying file for class: " + className);
+                    //System.out.println("Copying file for class: " + className);
                 } catch (IOException e) {
                     System.out.println("Error copying file for class: " + className);
                 }
@@ -235,7 +235,7 @@ public class GoogDepsWriter {
                 // copy source to output
                 try {
                     FileUtils.copyFile(f, destFile);
-                    System.out.println("Copying file for class: " + className);
+                    //System.out.println("Copying file for class: " + className);
                 } catch (IOException e) {
                     System.out.println("Error copying file for class: " + className);
                 }
@@ -254,7 +254,7 @@ public class GoogDepsWriter {
                 // copy source to output
                 try {
                     FileUtils.copyFile(f, destFile);
-                    System.out.println("Copying file for class: " + className);
+                    //System.out.println("Copying file for class: " + className);
                 } catch (IOException e) {
                     System.out.println("Error copying file for class: " + className);
                 }
@@ -273,7 +273,7 @@ public class GoogDepsWriter {
                 // copy source to output
                 try {
                     FileUtils.copyFile(f, destFile);
-                    System.out.println("Copying file for class: " + className);
+                    //System.out.println("Copying file for class: " + className);
                 } catch (IOException e) {
                     System.out.println("Error copying file for class: " + className);
                 }
@@ -297,7 +297,7 @@ public class GoogDepsWriter {
                 // copy source to output
                 try {
                     FileUtils.copyFile(f, destFile);
-                    System.out.println("Copying file for class: " + className);
+                    //System.out.println("Copying file for class: " + className);
                 } catch (IOException e) {
                     System.out.println("Error copying file for class: " + className);
                 }
@@ -324,7 +324,7 @@ public class GoogDepsWriter {
                 // copy source to output
                 try {
                     FileUtils.copyFile(f, destFile);
-                    System.out.println("Copying file for class: " + className);
+                    //System.out.println("Copying file for class: " + className);
                 } catch (IOException e) {
                     System.out.println("Error copying file for class: " + className);
                 }
@@ -350,7 +350,7 @@ public class GoogDepsWriter {
     			// copy source to output
     			try {
     				FileUtils.copyFile(f, destFile);
-    				System.out.println("Copying file for class: " + className);
+    				//System.out.println("Copying file for class: " + className);
     			} catch (IOException e) {
     				System.out.println("Error copying file for class: " + className);
     			}