From e7a10f2921ebaf13612fcdf31c06abeaa724deb0 Mon Sep 17 00:00:00 2001 From: mrbesen Date: Mon, 19 Jun 2023 21:22:44 +0200 Subject: [PATCH] remove debug logging --- src/clientapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientapi.cpp b/src/clientapi.cpp index 660405d..de09503 100644 --- a/src/clientapi.cpp +++ b/src/clientapi.cpp @@ -12,7 +12,7 @@ ClientAPI::ClientAPI(const ClientAccess& ca) : RestClient(ca.getURL()), access(ca), memImageCache(40), imageCache("runes", "") { basicauth = ca.getBasicAuth(); disableCertCheck = true; - enableDebugging(); + // enableDebugging(); } ClientAPI::~ClientAPI() {}