X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e2a197cf4658f554fc653403bfe8aa340ae8c2fa..181a7e4b8e98f7fbd15b0998b9d26f8e5fc2e353:/plink.c?ds=sidebyside diff --git a/plink.c b/plink.c index 9229fa8e..ed4f1345 100644 --- a/plink.c +++ b/plink.c @@ -291,8 +291,6 @@ int main(int argc, char **argv) continue; } else if (!strcmp(p, "-batch")) { console_batch_mode = 1; - } else if (!strcmp(p, "-log")) { - logfile = "putty.log"; } } else if (*p) { if (!*cfg.host) {