From: aclement Date: Fri, 28 Jan 2005 09:48:27 +0000 (+0000) Subject: Removing string temporarily - might be interfering with XML output for test results. X-Git-Tag: Root_AspectJ5_Development~46 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=942dc7337a4f556568b10971517a18aed3251fbb;p=aspectj.git Removing string temporarily - might be interfering with XML output for test results. --- diff --git a/weaver/src/org/aspectj/weaver/Dump.java b/weaver/src/org/aspectj/weaver/Dump.java index 48ccee68e..a5652d233 100644 --- a/weaver/src/org/aspectj/weaver/Dump.java +++ b/weaver/src/org/aspectj/weaver/Dump.java @@ -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;