sshfs: remove debug print

This commit is contained in:
aiju 2017-04-28 18:32:04 +00:00
parent 825ab5d286
commit 5ce3f70f72

View 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;