Skip to content

Commit

Permalink
reduce log
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Mar 18, 2023
1 parent 88d7aa5 commit 9f2dc92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mackerel/mackerel.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ func (q *Queue) sendToMackerel(ctx context.Context) {
if err != nil {
log.Println(err)
return
} else {
log.Println("success")
}
q.Lock()
q.buffers.Remove(e)
Expand Down

0 comments on commit 9f2dc92

Please sign in to comment.