diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-29 22:53:24 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-29 22:53:24 +0100 |
commit | a052498f23198ad1f2e9ca8f9943d2a48e274c06 (patch) | |
tree | 40c80303c860574310830306b00747ad75a7b31b /worktree_test.go | |
parent | acb1dc80d93f45a055b14903679abca3a6e994f6 (diff) | |
download | go-git-a052498f23198ad1f2e9ca8f9943d2a48e274c06.tar.gz |
Repository.Clone made private
Diffstat (limited to 'worktree_test.go')
-rw-r--r-- | worktree_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/worktree_test.go b/worktree_test.go index 62b0a03..163df7b 100644 --- a/worktree_test.go +++ b/worktree_test.go @@ -1,7 +1,6 @@ package git import ( - "fmt" "io/ioutil" "os" @@ -133,7 +132,6 @@ func (s *WorktreeSuite) TestStatus(c *C) { status, err := w.Status() c.Assert(err, IsNil) - fmt.Println(status) c.Assert(status.IsClean(), Equals, true) } |