refactor(tsi1): remove extraneous logging
parent
64747e9781
commit
ad188d6465
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue