ref: 2d13ac5d39f75819be22eb436abd9f31e55b4b2f
parent: fb88cab9ff74bb0be89914f88c12f918c7e01515
author: Ori Bernstein <[email protected]>
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);