Skip to content

Commit 16e1167

Browse files
committed
Review feedback: remove debug logging from tests.
Signed-off-by: Tom Wilkie <[email protected]>
1 parent 1557226 commit 16e1167

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/chunk/chunk_store_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ import (
2121
"github.com/weaveworks/common/user"
2222
)
2323

24-
func init() {
25-
var al util.AllowedLevel
26-
al.Set("debug")
27-
util.InitLogger(al)
28-
}
29-
3024
// newTestStore creates a new Store for testing.
3125
func newTestChunkStore(t *testing.T, cfg StoreConfig) *Store {
3226
storage := NewMockStorage()

0 commit comments

Comments
 (0)