chiark / gitweb /
linux.c: Remove stray debugging code.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 20 Oct 2012 14:31:44 +0000 (15:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 21 Oct 2012 15:09:10 +0000 (16:09 +0100)
linux.c

diff --git a/linux.c b/linux.c
index 87da9fae915b95f992c40d68f21483cfc0498811..9d83a906961c03d77dbdbe0a5bb7d4d88f2a366b 100644 (file)
--- 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]))