From 3bfd21ff72dfd7f04c786e49de9c13998d1ed8d4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 20 Oct 2012 15:31:44 +0100 Subject: [PATCH] linux.c: Remove stray debugging code. --- linux.c | 1 - 1 file changed, 1 deletion(-) 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])) -- 2.11.0