summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2021-02-20 13:03:35 -0800
committerOri Bernstein <ori@eigenstate.org>2021-02-20 13:03:35 -0800
commit2d13ac5d39f75819be22eb436abd9f31e55b4b2f (patch)
treed44bf3d14bb2fab46652efa70e009502c9885fdb
parentfb88cab9ff74bb0be89914f88c12f918c7e01515 (diff)
downloadplan9front-2d13ac5d39f75819be22eb436abd9f31e55b4b2f.tar.xz
marshal: remove debug junk.
Oops.
-rw-r--r--sys/src/cmd/upas/marshal/marshal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/marshal/marshal.c b/sys/src/cmd/upas/marshal/marshal.c
index 68f9c4f6b..476bde70a 100644
--- a/sys/src/cmd/upas/marshal/marshal.c
+++ b/sys/src/cmd/upas/marshal/marshal.c
@@ -1180,7 +1180,6 @@ waitforsubprocs(void)
err = nil;
while((w = wait()) != nil){
- fprint(2, "%d: %s\n", w->pid, w->msg);
if(w->pid == pid || w->pid == pgppid)
if(w->msg[0] != 0)
err = estrdup(w->msg);