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.