commit 657d0272e31ddcfc66d92a534965749173f7ace3 parent 159120cddda176a46246b0b60cc37701644eafd4 Author: Joe Mooring <joe.mooring@veriphor.com> Date: Sat, 11 Dec 2021 13:24:28 -0800 Remove debug statement Diffstat:
M | deploy/deployConfig_test.go | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/deploy/deployConfig_test.go b/deploy/deployConfig_test.go @@ -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) }