Skip to content

Commit

Permalink
fix: remove log print
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jul 31, 2023
1 parent 5664080 commit 7e9123d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
go_git_ssh "gopkg.in/src-d/go-git.v4/plumbing/transport/ssh"
"gopkg.in/src-d/go-git.v4/storage/memory"
"io/ioutil"
"log"
"os"
"testing"
)
Expand Down Expand Up @@ -49,7 +48,4 @@ func TestClone(t *testing.T) {
if err != nil {
t.Fatal(err)
}

log.Printf("%v", wt)

}

0 comments on commit 7e9123d

Please sign in to comment.