]> source.dussan.org Git - aspectj.git/commitdiff
Removing string temporarily - might be interfering with XML output for test results.
authoraclement <aclement>
Fri, 28 Jan 2005 09:48:27 +0000 (09:48 +0000)
committeraclement <aclement>
Fri, 28 Jan 2005 09:48:27 +0000 (09:48 +0000)
weaver/src/org/aspectj/weaver/Dump.java

index 48ccee68e85dc6eb0a5156718738dd4d86e53438..a5652d233331cc3e703fadaefa8cc8ae8207f8e9 100644 (file)
@@ -284,7 +284,7 @@ public class Dump {
                        + FILENAME_SUFFIX;
                try {
                        print = new PrintStream(new FileOutputStream(fileName),true);
-                       System.out.println("Dumping to " + fileName);
+                       //System.out.println("Dumping to " + fileName);
                }
                catch (FileNotFoundException ex) {
                        print = System.err;