From 1cf71a341d1aa1019709d125af7a9cfb3b214b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Stemmer?= Date: Sat, 28 Apr 2018 18:32:22 +0100 Subject: [PATCH] parser/gotest: Remove debug printf line --- pkg/parser/gotest/gotest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/parser/gotest/gotest.go b/pkg/parser/gotest/gotest.go index 760d80f..b9a021d 100644 --- a/pkg/parser/gotest/gotest.go +++ b/pkg/parser/gotest/gotest.go @@ -84,7 +84,6 @@ func (p *parser) findTest(name string) int { return p.events[i].Id } } - fmt.Printf("could not find test %q\n", name) return -1 }