chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a530ec
)
progs/catsign.c: Remove old debugging code.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 11 Jul 2013 09:05:59 +0000
(10:05 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 11 Jul 2013 09:05:59 +0000
(10:05 +0100)
Commented out, but still annoying.
progs/catsign.c
patch
|
blob
|
blame
|
history
diff --git
a/progs/catsign.c
b/progs/catsign.c
index 47a951e7040cfa46ae6f0e655943f68b12425664..7db8aa20f6ee68f1ef8e1ffc98175fea4b31356d 100644
(file)
--- 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 --- */