From e2ee5b6e2278c81ce855d3a40f3bad0bc5576f18 Mon Sep 17 00:00:00 2001 From: wipedlifepotato <60944239+wipedlifepotato@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:25:25 +0300 Subject: [PATCH] drop logprint debug --- daemon/HTTPServer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 2f1f09f6..8d65ae4b 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -1409,7 +1409,6 @@ namespace http { { if (auto tunnel = weakTunnel.lock()) { - LogPrint(eLogDebug, "HTTP SERVER DFASDFASDF tunnel", tunnel->GetName()); if (tunnel->GetName() == tunnelname) {