From: aclement Date: Mon, 7 Feb 2005 16:47:44 +0000 (+0000) Subject: taking the print out *again* X-Git-Tag: V1_5_0M2~180 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb70e1b6bbff38dd4ddf33ad1719897770674c4c;p=aspectj.git taking the print out *again* --- diff --git a/weaver/src/org/aspectj/weaver/Dump.java b/weaver/src/org/aspectj/weaver/Dump.java index 48ccee68e..ceeae0473 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;