]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove an accidentally committed diagnostic.
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 11:45:08 +0000 (12:45 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 11:45:08 +0000 (12:45 +0100)
Forgot to remove this after debugging a development-time problem with
the new EPIPE special case. One of these days I'm going to have to set
up an automated way to protect against this kind of mistake...

sshshare.c

index c9124cfbe05bda9ce89144514bf7c02594596b5f..82c4bd31ed8867755fcad1b467356450c3df5410 100644 (file)
@@ -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