This is the mail archive of the frysk@sourceware.org mailing list for the frysk 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]

[patch] Removed debug output from ProcFollowUtil


Hi,

Tom Tromey pointed out in bug #6001 that there was some debug output
remaining. I removed it.

frysk-core/frysk/util/ChangeLog
2008-03-31  Mark Wielaard  <mwielaard@redhat.com>

    * ProcFollowUtil.java (updateForkedOffspring): Remove debug output.

Committed and pushed,

Mark

diff --git a/frysk-core/frysk/util/ProcFollowUtil.java b/frysk-core/frysk/util/P
index 10c0356..b3df90c 100644
--- a/frysk-core/frysk/util/ProcFollowUtil.java
+++ b/frysk-core/frysk/util/ProcFollowUtil.java
@@ -148,10 +148,6 @@ public class ProcFollowUtil {
       }
 
       public Action updateForkedOffspring (Task parent, Task offspring){
-         System.out.println(".updateForkedOffspring()");
-         System.out.println(".updateForkedOffspring()");
-         System.out.println(".updateForkedOffspring()");
-         
        addObservers(offspring);
        offspring.requestUnblock(this);
        return Action.BLOCK;



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