diff options
author | Joe Mooring <[email protected]> | 2021-12-11 13:24:28 -0800 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-12-11 22:59:36 +0100 |
commit | 657d0272e31ddcfc66d92a534965749173f7ace3 (patch) | |
tree | 687c85a80a73b844458147f857553321039a6bcd /deploy | |
parent | 159120cddda176a46246b0b60cc37701644eafd4 (diff) | |
download | hugo-657d0272e31ddcfc66d92a534965749173f7ace3.tar.gz hugo-657d0272e31ddcfc66d92a534965749173f7ace3.zip |
Remove debug statement
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/deployConfig_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deploy/deployConfig_test.go b/deploy/deployConfig_test.go index 091ebdb2e..ed03d57db 100644 --- 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) } |