X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=testback.c;h=b676cfb5974d8a448eb7344a5f0bb28994689b31;hb=15d4777eb8c027e9498ea2bf618358c93f16dd1e;hp=f3e7614a6cb7a7a18b1673a02c9ad00c424c7e65;hpb=1f8492bdb580cc25caa8f94ea53761d5b79cfc32;p=PuTTY_svn.git diff --git a/testback.c b/testback.c index f3e7614a..b676cfb5 100644 --- a/testback.c +++ b/testback.c @@ -1,4 +1,4 @@ -/* $Id: testback.c,v 1.3 2002/11/23 19:58:55 ben Exp $ */ +/* $Id: testback.c,v 1.4 2002/11/23 20:40:22 ben Exp $ */ /* * Copyright (c) 1999 Simon Tatham * Copyright (c) 1999 Ben Harris @@ -86,12 +86,7 @@ static int null_send(void *handle, char *buf, int len) { static int loop_send(void *handle, char *buf, int len) { struct loop_state *st = handle; - int i; - fprintf(stderr, "%d chars: ", len); - for (i = 0; i < len; i++) - fprintf(stderr, " 0x%x", buf[i]); - fprintf(stderr, "\n"); return from_backend(st->term, 0, buf, len); }