Skip to content

Commit

Permalink
remove debugging string
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Feb 22, 2024
1 parent 30bedf5 commit 236f384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceptor/proxyprotowrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func (p *Conn) RemoteAddr() net.Addr {

func (p *Conn) checkPrefix() error {

logger.Log.Error("checking prefix")
h, err := proxyproto.ReadHeader(p)
if err != nil {
logger.Log.Errorf("Failed to read Proxy Protocol TCP header: %s", err.Error())
Expand Down

0 comments on commit 236f384

Please sign in to comment.