cleaned up logs

This commit is contained in:
2026-02-23 16:56:04 +01:00
parent 23a94b28cc
commit 10ec7c4ae6
8 changed files with 4 additions and 35 deletions
@@ -85,7 +85,6 @@ void ClientInterface::startTCPServer() {
<< '\n';
while (!killTcpThread) {
LOG(logDEBUG1) << "Start accept loop";
try {
auto socket = server.accept();
try {