mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
Remove useless call to UpdateLogLevel
This commit is contained in:
parent
4a20b99444
commit
a2983631d6
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user