diff options
Diffstat (limited to 'sm/certdump.c')
-rw-r--r-- | sm/certdump.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sm/certdump.c b/sm/certdump.c index 6c360a352..ddfc1d120 100644 --- a/sm/certdump.c +++ b/sm/certdump.c @@ -786,9 +786,6 @@ format_name_writer (void *cookie, const void *buffer, size_t size) struct format_name_cookie *c = cookie; char *p; - log_debug ("buffer: size=%d len=%d error=%d: adding %d bytes\n", - (int)c->size, (int)c->len, c->error, (int)size); - log_printhex ("Adding:", buffer, size); if (!c->buffer) { p = xtrymalloc (size + 1 + 1); |