aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/9p.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/9p.c b/src/cmd/9p.c
index b4ebade4..3a089f6c 100644
--- a/src/cmd/9p.c
+++ b/src/cmd/9p.c
@@ -94,7 +94,6 @@ xparse(char *name, char **path)
sysfatal("mount: %r");
}else{
*path = name;
- fprint(2, "dial %s...", addr);
if((fd = dial(addr, nil, nil, nil)) < 0)
sysfatal("dial: %r");
if((fs = fsamount(fd, "")) == nil)