refactor(tsi1): remove extraneous logging

pull/14470/head
Max U 2019-08-05 13:21:13 -07:00
parent 64747e9781
commit ad188d6465
1 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@ import (
"fmt"
"io"
"math"
"os"
"sort"
"text/tabwriter"
"time"
@ -80,9 +79,6 @@ func newSummary() *Summary {
func (report *ReportCommand) Run(print bool) (*Summary, error) {
report.start = time.Now()
report.Stdout = os.Stdout
report.Stderr = os.Stderr
sfile := tsdb.NewSeriesFile(report.SeriesDirPath)
if err := sfile.Open(context.Background()); err != nil {