Remove commented code

This commit is contained in:
lash 2025-01-11 15:16:14 +00:00
parent dff662663d
commit 46bf21b7b8
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ var (
logg = logging.NewVanilla().WithDomain("visedriver.http.session")
)
// HTTPSessionHandler implements the session handler for HTTP
type HTTPSessionHandler struct {
request.RequestHandler

View File

@ -102,7 +102,6 @@ func TestSessionHandler_ServeHTTP(t *testing.T) {
sessionHandler := &HTTPSessionHandler{
RequestHandler: mockRequestHandler,
}
//sessionHandler := request.ToSessionHandler(mockRequestHandler)
req := httptest.NewRequest(http.MethodPost, "/", bytes.NewBuffer(tt.input))
req.Header.Set("X-Vise-Session", tt.sessionID)