Skip to content

Commit

Permalink
pkg/report: remove debugging leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
dvyukov committed May 10, 2019
1 parent 7143d0b commit e551e0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/report/linux.go
Expand Up @@ -178,9 +178,6 @@ func (ctx *linux) findFirstOops(output []byte) (oops *oops, startPos int, contex
oops = oops1
startPos = pos
context = ctx.extractContext(line)

//stripped, questionable := ctx.stripLinePrefix(line, context1)

return
}
}
Expand Down

0 comments on commit e551e0c

Please sign in to comment.