X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/9b1663a5574182a66c6de8ad2fce7b3e4cbf277b..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/progs/catsign.c?ds=sidebyside 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 --- */