Skip to content

Commit

Permalink
Remove logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu committed Feb 28, 2020
1 parent d7b3893 commit d84df34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dbnode/storage/bootstrap/bootstrapper/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d84df34

Please sign in to comment.