From 082dec626beeac16e1d0bf5c22b93b752ad016bd Mon Sep 17 00:00:00 2001 From: sugh01 Date: Tue, 3 Sep 2024 10:46:10 +0200 Subject: [PATCH] remove error logs --- cli/actions/importKeys_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/actions/importKeys_test.go b/cli/actions/importKeys_test.go index 441852c12..e8e88b85e 100644 --- a/cli/actions/importKeys_test.go +++ b/cli/actions/importKeys_test.go @@ -308,7 +308,6 @@ func TestImportKeys_DistributedMode(t *testing.T) { Distributed: true, From: from, }) - t.Logf("Error: %v", err) assert.NoError(t, err) }