aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/email/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/email/parser.go')
-rw-r--r--pkg/email/parser.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/email/parser.go b/pkg/email/parser.go
index efc63391b..e8aa1a8c0 100644
--- a/pkg/email/parser.go
+++ b/pkg/email/parser.go
@@ -302,7 +302,6 @@ func extractCommand(body string) (*SingleCommand, int) {
} else {
// For "#syz test", it's likely there won't be anything else, so let's only parse
// the first line.
- fmt.Printf("line: %s", body[cmdPos+cmdEnd:])
args = extractArgsLine(body[cmdPos+cmdEnd:], false)
}
case CmdSet, CmdUnset: