From 9ecb2f812e425eeec4641a0f12a2d1670141569a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 11 Jul 2013 10:05:59 +0100 Subject: [PATCH 1/1] progs/catsign.c: Remove old debugging code. Commented out, but still annoying. --- progs/catsign.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/progs/catsign.c b/progs/catsign.c index 47a951e..7db8aa2 100644 --- a/progs/catsign.c +++ b/progs/catsign.c @@ -394,7 +394,6 @@ static void sigtobuffer(sigmsg *s, buf *b, int hashp) static void dohash(ghash *h, const void *p, size_t n) { -/* trace_block(1, "hashing", p, n); */ GH_HASH(h, p, n); } @@ -1220,7 +1219,6 @@ int main(int argc, char *argv[]) sub_init(); rand_noisesrc(RAND_GLOBAL, &noise_source); rand_seed(RAND_GLOBAL, 160); -/* trace_on(stderr, 1); */ /* --- Parse options --- */ -- 2.11.0