Skip to content

Commit

Permalink
Resolve #162 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jun 21, 2024
1 parent 8597a30 commit edc651c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions heffalump/heffalump.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ func (h *Heffalump) WriteHell(bw *bufio.Writer, cType ContentType) (int64, error
var n int64
var err error

/* defer func() {
if r := recover(); r != nil {
log.Error().Interface("caller", r).Msg("panic recovered!")
}
}()*/

buf := h.pool.Get().([]byte)

switch cType {
Expand Down

0 comments on commit edc651c

Please sign in to comment.