Skip to content

Commit

Permalink
Merge pull request #14270 from influxdata/mr-18-remove-println
Browse files Browse the repository at this point in the history
Remove stray fmt.Println in tsm1.StringArrayEncodeAll
  • Loading branch information
mark-rushakoff committed Jul 8, 2019
2 parents c822e2c + 2dfafe8 commit fdc3a6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsdb/engine/tsm1/batch_string.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func StringArrayEncodeAll(src []string, b []byte) ([]byte, error) {

// determine the maximum possible length needed for the buffer, which
// includes the compressed size
fmt.Println(srcSz64, srcSz)
var compressedSz = 0
if len(src) > 0 {
mle := snappy.MaxEncodedLen(srcSz)
Expand Down

0 comments on commit fdc3a6e

Please sign in to comment.