aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-10 09:56:03 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-10 10:31:07 +0200
commite551e0ce0db45b722ab6d8eaba10c16bf5d28e8a (patch)
tree587b40a09bf27018816e3d3fd9f8d4083d8863c4 /pkg
parent7143d0bc86ae1927da5e57957350126409321b80 (diff)
pkg/report: remove debugging leftover
Diffstat (limited to 'pkg')
-rw-r--r--pkg/report/linux.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index d7053bf00..8542fce37 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -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
}
}