diff options
| author | Jesse Ezell <[email protected]> | 2014-04-04 00:50:41 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-04-04 00:50:41 -0700 |
| commit | fc999289a2f4855dec72d52d360319362a2360a1 (patch) | |
| tree | f65f3cce0db4003a35c50e4df297b9ae42622f60 /push_test.go | |
| parent | 39f59d921b7acc0bea40e1cadb7fb7bceabfbc6e (diff) | |
| parent | 8982f4b3be90a04b0fad24da1ee6d85b1caad336 (diff) | |
Merge branch 'oid-parse-protection' into branch-iterator
Diffstat (limited to 'push_test.go')
| -rw-r--r-- | push_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/push_test.go b/push_test.go index c1e6a22..65f4dd2 100644 --- a/push_test.go +++ b/push_test.go @@ -1,7 +1,6 @@ package git import ( - "log" "os" "testing" "time" @@ -45,7 +44,6 @@ func Test_Push_ToRemote(t *testing.T) { checkFatal(t, err) err = push.StatusForeach(func(ref string, msg string) int { - log.Printf("%s -> %s", ref, msg) return 0 }) checkFatal(t, err) |
