Skip to content

Commit 00e0b90

Browse files
committed
Remove the println
1 parent 8a61d29 commit 00e0b90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent/format_whitebox_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
package agent
55

66
import (
7-
"fmt"
87
"os"
98
"path/filepath"
109

@@ -61,7 +60,6 @@ func (*formatSuite) TestWindowsWriteCommands(c *gc.C) {
6160
commands, err := config.WriteCommands("win8")
6261
c.Assert(err, gc.IsNil)
6362
c.Assert(commands, gc.HasLen, 2)
64-
fmt.Println(config)
6563
c.Assert(commands[0], gc.Matches, `mkdir \S+\\agents\\machine-1`)
6664
c.Assert(commands[1], gc.Matches, `Set-Content '\S+/agents/machine-1/agent.conf' @"
6765
(.|\n)*

0 commit comments

Comments
 (0)