From: Mark Wooding Date: Sat, 20 Oct 2012 14:31:44 +0000 (+0100) Subject: linux.c: Remove stray debugging code. X-Git-Tag: 1.0.0~11 X-Git-Url: https://git.distorted.org.uk/~mdw/yaid/commitdiff_plain/3bfd21ff72dfd7f04c786e49de9c13998d1ed8d4?hp=2a9b8d4a73887ceb4ebbd5e7488bb6a3aa878018 linux.c: Remove stray debugging code. --- diff --git a/linux.c b/linux.c index 87da9fa..9d83a90 100644 --- a/linux.c +++ b/linux.c @@ -310,7 +310,6 @@ void identify(struct query *q) for (i = 0; i < 4; i++) if (sockeq(q->ao, &s[i], &q->s[L])) goto found_local; continue; - putchar('.'); found_local: if (!sockeq(q->ao, &s[i^1], &s[i^2]) || !sockeq(q->ao, &s[i^1], &q->s[R]))