X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshshare.c;h=82c4bd31ed8867755fcad1b467356450c3df5410;hb=5471539a6738484b48fb938c88dce547a3e4b299;hp=c9124cfbe05bda9ce89144514bf7c02594596b5f;hpb=5133d2a133671a9236afc710cfe3da80e4c39363;p=PuTTY.git diff --git a/sshshare.c b/sshshare.c index c9124cfb..82c4bd31 100644 --- a/sshshare.c +++ b/sshshare.c @@ -927,7 +927,6 @@ static int share_closing(Plug plug, const char *error_msg, int error_code, * closing it again without bothering to read our version string). * So that one case is not treated as a log-worthy error. */ - printf("%d %d\n", error_code, cs->got_verstring); if (error_code == BROKEN_PIPE_ERROR_CODE && !cs->got_verstring) /* do nothing */; else