ref: 8b6ec7da32b39b2f1af45b6f6dff4cc9e836d5ac
parent: d74d01bd8f7251378dcea782f239fbbd868b9b73
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Feb 20 08:03:35 EST 2021
marshal: remove debug junk. Oops.
--- a/sys/src/cmd/upas/marshal/marshal.c
+++ b/sys/src/cmd/upas/marshal/marshal.c
@@ -1180,7 +1180,6 @@
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);
--
⑨