remove debug logging

This commit is contained in:
mrbesen 2023-06-19 21:22:44 +02:00
parent 7d5f61dba8
commit e7a10f2921
Signed by untrusted user: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 1 additions and 1 deletions

View File

@ -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() {}