From d84df343f938ac467228bfadfdbe4fbf286d7cb2 Mon Sep 17 00:00:00 2001 From: Bo Du Date: Fri, 28 Feb 2020 13:25:16 -0500 Subject: [PATCH] Remove logs. --- src/dbnode/storage/bootstrap/bootstrapper/base.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dbnode/storage/bootstrap/bootstrapper/base.go b/src/dbnode/storage/bootstrap/bootstrapper/base.go index 414f3c06e8..0ae3c0cd58 100644 --- a/src/dbnode/storage/bootstrap/bootstrapper/base.go +++ b/src/dbnode/storage/bootstrap/bootstrapper/base.go @@ -22,7 +22,6 @@ package bootstrapper import ( "fmt" - "log" "github.com/m3db/m3/src/dbnode/storage/bootstrap" "github.com/m3db/m3/src/dbnode/storage/bootstrap/result" @@ -101,8 +100,6 @@ func (b baseBootstrapper) Bootstrap( return bootstrap.NamespaceResults{}, err } - log.Println("dataAvailable:", dataAvailable) - log.Println("currNamespace.DataRunOptions.ShardTimeRanges.Copy():", currNamespace.DataRunOptions.ShardTimeRanges.Copy()) currNamespace.DataRunOptions.ShardTimeRanges = dataAvailable // Prepare index if required.