From 337b0214978695420d3c7179165a1f98854cc1d0 Mon Sep 17 00:00:00 2001
From: Lubos Slovak <lubos.slovak@nic.cz>
Date: Wed, 20 Apr 2011 09:25:24 +0200
Subject: [PATCH] Disabled debugging

---
 src/dnslib/debug.h     | 2 +-
 src/knot/other/debug.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/dnslib/debug.h b/src/dnslib/debug.h
index 28b201c633..5bbf95930b 100644
--- a/src/dnslib/debug.h
+++ b/src/dnslib/debug.h
@@ -77,7 +77,7 @@ void dnslib_zone_dump(dnslib_zone_t *zone, char loaded_zone);
 //#define DNSLIB_RESPONSE_DEBUG
 //#define DNSLIB_ZONEDB_DEBUG
 //#define DNSLIB_DNAME_DEBUG
-#define DNSLIB_RESPONSE_DEBUG
+//#define DNSLIB_RESPONSE_DEBUG
 //#define DNSLIB_EDNS_DEBUG
 //#define DNSLIB_RRSET_DEBUG
 //#define DNSLIB_NSEC3_DEBUG
diff --git a/src/knot/other/debug.h b/src/knot/other/debug.h
index f75cd5413a..aec6828014 100644
--- a/src/knot/other/debug.h
+++ b/src/knot/other/debug.h
@@ -16,7 +16,7 @@
 #include "common/print.h"
 
 //#define SM_DEBUG
-#define NS_DEBUG
+//#define NS_DEBUG
 //#define SERVER_DEBUG
 //#define DT_DEBUG
 //#define NET_DEBUG
-- 
GitLab