cleanup logging

This commit is contained in:
Joel Wetzell
2026-05-18 18:42:37 -05:00
parent 95d46d0acd
commit 4415b8e892
2 changed files with 5 additions and 4 deletions
-2
View File
@@ -158,7 +158,6 @@ ClientRead:
break
}
}
ts.logger.Debug("stream ended", "remoteAddr", client.RemoteAddr().String())
ts.connectionsMu.Unlock()
}
return
@@ -213,7 +212,6 @@ AcceptLoop:
} else {
ts.wg.Go(func() {
ts.handleClient(conn)
ts.logger.Debug("connection handler done", "remoteAddr", conn.RemoteAddr().String())
})
}
}