public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: frysk@sourceware.org
Subject: [patch] Removed debug output from ProcFollowUtil
Date: Mon, 31 Mar 2008 09:51:00 -0000	[thread overview]
Message-ID: <1206957022.3388.23.camel@localhost.localdomain> (raw)

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;


                 reply	other threads:[~2008-03-31  9:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1206957022.3388.23.camel@localhost.localdomain \
    --to=mark@klomp.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).