aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-06-18 14:44:03 +0000
committerrsc <devnull@localhost>2007-06-18 14:44:03 +0000
commit73ac88baa74db4592a521270ab7f565e926132d8 (patch)
tree8f4818dd98ca216f5de070ed745e2cb5e38cea89 /src/cmd/upas
parent9952c0eb9f9be6e4c2d67464eadb7115970663de (diff)
downloadplan9port-73ac88baa74db4592a521270ab7f565e926132d8.tar.gz
plan9port-73ac88baa74db4592a521270ab7f565e926132d8.tar.bz2
plan9port-73ac88baa74db4592a521270ab7f565e926132d8.zip
remove debugging print
Diffstat (limited to 'src/cmd/upas')
-rw-r--r--src/cmd/upas/marshal/marshal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/upas/marshal/marshal.c b/src/cmd/upas/marshal/marshal.c
index fb94fa61..7cef1828 100644
--- a/src/cmd/upas/marshal/marshal.c
+++ b/src/cmd/upas/marshal/marshal.c
@@ -907,7 +907,6 @@ mkattach(char *file, char *type, int inline)
ftype[n-1] = 0;
a->type = estrdup(ftype);
}
-fprint(2, "got type %s\n", a->type);
close(pfd[1]);
procwait(pid);