]> git.lizzy.rs Git - plan9front.git/commitdiff
sshfs: remove debug print
authoraiju <devnull@localhost>
Fri, 28 Apr 2017 18:32:04 +0000 (18:32 +0000)
committeraiju <devnull@localhost>
Fri, 28 Apr 2017 18:32:04 +0000 (18:32 +0000)
sys/src/cmd/sshfs.c

index b65e4ffe0a94973fdb7a081cbe5a6dfd7b876956..b3cbbfe1d7b96ecd9f433fa2468cba5c6d92cd53 100644 (file)
@@ -1224,7 +1224,6 @@ readfile(char *fn)
                switch(recvpkt()){
                case SSH_FXP_STATUS:
                        if(unpack(rxpkt, rxlen, "_____u", &code) < 0) goto err;
-                       print("%d\n", code);
                        if(code == SSH_FX_EOF) goto out;
                default:
                        goto err;