remove DEBUG log spam

This commit is contained in:
vyzo 2021-03-05 10:54:13 +02:00
parent c58df3f079
commit 99d21573da

View File

@ -73,11 +73,6 @@ const (
defaultDeadPurgeSize = 1_000_000
)
func init() {
// TODO temporary for debugging purposes; to be removed for merge.
_ = logging.SetLogLevel("splitstore", "DEBUG")
}
type Config struct {
// TrackingStore is the type of tracking store to use.
//