diff options
| author | Jesse Ezell <[email protected]> | 2014-04-02 10:31:48 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-04-02 10:31:48 -0700 |
| commit | b660db0a4bf82af893e7eb120c3001cecf593fa0 (patch) | |
| tree | d421c326b7da4ba119afe44d3b0847ff7e2f9e77 /push_test.go | |
| parent | 9cd1d129bcd567ef65137783a603f8d898d8d933 (diff) | |
make it possible to handle errors
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) |
