diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-05-10 15:06:08 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-05-10 15:06:08 +0000 |
commit | e91b33aeb22d1aa0ac53a73ed9a6c7cde03e2d4f (patch) | |
tree | 26e3b5ad1eb64dd745f98e0e01e9dbc541140913 /usr.sbin/acme-client/dnsproc.c | |
parent | c324e31ffa0f97f7c0635ac514a7bd59c6efc0df (diff) |
remove noisy and useless debug line
Diffstat (limited to 'usr.sbin/acme-client/dnsproc.c')
-rw-r--r-- | usr.sbin/acme-client/dnsproc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/dnsproc.c b/usr.sbin/acme-client/dnsproc.c index 539fb89121e..664ef8d9b8b 100644 --- a/usr.sbin/acme-client/dnsproc.c +++ b/usr.sbin/acme-client/dnsproc.c @@ -1,4 +1,4 @@ -/* $Id: dnsproc.c,v 1.10 2019/11/06 21:05:45 florian Exp $ */ +/* $Id: dnsproc.c,v 1.11 2020/05/10 15:06:07 florian Exp $ */ /* * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -160,7 +160,6 @@ dnsproc(int nfd) last = look; look = NULL; } else { - doddbg("%s: cached", look); free(look); look = NULL; } |