From 02fe509f75260f57d87cea96158c76e97293df6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Fri, 14 Feb 2020 12:28:03 +0100 Subject: [PATCH] Don't define NS_CLIENT_TRACE by default --- lib/ns/client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ns/client.c b/lib/ns/client.c index f3e95a563d..70b1261f72 100644 --- a/lib/ns/client.c +++ b/lib/ns/client.c @@ -79,7 +79,6 @@ * task to change the client, then the client will have to be locked. */ -#define NS_CLIENT_TRACE #ifdef NS_CLIENT_TRACE #define CTRACE(m) \ ns_client_log(client, NS_LOGCATEGORY_CLIENT, NS_LOGMODULE_CLIENT, \