Remove useless call to UpdateLogLevel

This commit is contained in:
Arnaud 2025-10-17 14:56:33 +02:00
parent 4a20b99444
commit a2983631d6
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -44,11 +44,6 @@ func newCodexNode(t *testing.T, opts ...codexNodeTestOption) *CodexNode {
if err != nil {
t.Fatalf("Failed to start Codex node: %v", err)
}
err := node.UpdateLogLevel("INFO")
if err != nil {
t.Fatalf("Failed to set log level: %v", err)
}
}
t.Cleanup(func() {