Remove debug statement

This commit is contained in:
Joe Mooring 2021-12-11 13:24:28 -08:00 committed by Bjørn Erik Pedersen
parent 159120cddd
commit 657d0272e3

View file

@ -196,6 +196,4 @@ func TestEmptyMatcher(t *testing.T) {
_, err = decodeConfig(cfg)
c.Assert(err, qt.Not(qt.IsNil))
fmt.Printf("JMM-1: %s", err)
}