Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
daichirata committed Dec 15, 2017
1 parent a891a0a commit b5601d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions logger.go
@@ -1,7 +1,6 @@
package fluent

import (
"fmt"
"io"
"net"
"strings"
Expand Down Expand Up @@ -174,7 +173,6 @@ func (logger *Logger) send() error {
err = logger.ErrorHandler.HandleError(err, data)
}
if err != nil {
fmt.Println(err)
logger.buf.Back(messages)
return err
}
Expand Down

0 comments on commit b5601d7

Please sign in to comment.