diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index c8b6eee82..7d1e77f46 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -304,9 +304,6 @@ func (ctx *linux) findReport(output []byte, oops *oops, startPos int, context st } func (ctx *linux) stripLinePrefix(line []byte, context string, useQuestionable bool) ([]byte, bool) { - if last := len(line) - 1; last >= 0 && line[last] == '\r' { - line = line[:last] - } if context == "" { return line, false } |
