diff --git a/blockstore/splitstore/splitstore.go b/blockstore/splitstore/splitstore.go index 25b906750..ac2711fa4 100644 --- a/blockstore/splitstore/splitstore.go +++ b/blockstore/splitstore/splitstore.go @@ -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. //