xfr-tsig, remove debug

This commit is contained in:
W.C.A. Wijngaards
2025-06-25 14:03:52 +02:00
parent 47a2d71fd3
commit 86e78fcacc
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -1333,7 +1333,6 @@ main(int argc, char* argv[])
if(NSS_NoDB_Init(".") != SECSuccess)
fatal_exit("could not init NSS");
#endif /* HAVE_SSL or HAVE_NSS*/
#if 0 // DEBUG
authzone_test();
neg_test();
rnd_test();
@@ -1363,7 +1362,6 @@ main(int argc, char* argv[])
#ifdef HAVE_NGTCP2
doq_test();
#endif /* HAVE_NGTCP2 */
#endif // DEBUG
tsig_test();
if(log_get_lock()) {
lock_basic_destroy((lock_basic_type*)log_get_lock());