Skip to content

Commit

Permalink
Remove test string (#42)
Browse files Browse the repository at this point in the history
* Remove test string
  • Loading branch information
ericmillin authored Feb 3, 2022
1 parent d8e065b commit 84262a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fluent/protocol/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bytes"
"encoding/binary"
"errors"
"fmt"
"reflect"
"sync"
"time"
Expand Down Expand Up @@ -43,7 +42,6 @@ func init() {
})

compressorPool.New = func() interface{} {
fmt.Println("hi")
return new(GzipCompressor)
}

Expand Down

0 comments on commit 84262a0

Please sign in to comment.