This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Harness debug statement removed


Accidentally left a debug prinltn in.  It's gone now.

2006-08-16  Anthony Balkissoon  <abalkiss@redhat.com>

	* Harness.java: Removed debug statement.

--Tony
Index: Harness.java
===================================================================
RCS file: /cvs/mauve/mauve/Harness.java,v
retrieving revision 1.24
diff -u -r1.24 Harness.java
--- Harness.java	16 Aug 2006 18:50:46 -0000	1.24
+++ Harness.java	16 Aug 2006 18:59:33 -0000
@@ -950,7 +950,6 @@
     	                    depend = depend.substring(0, depend.length() - 6);
     	                  if (! depend.endsWith(".java"))
     	                    depend += ".java";
-    	                  System.out.println("compile: " + depend);
     	                  if (compileTest(depend) != 0)
                             {
                               // One of the dependencies failed to compile, so

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]