public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* [patch] Removed debug output from ProcFollowUtil
@ 2008-03-31  9:51 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2008-03-31  9:51 UTC (permalink / raw)
  To: frysk

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-31  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-31  9:51 [patch] Removed debug output from ProcFollowUtil Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).