diff options
| author | Jesse Ezell <[email protected]> | 2014-03-26 14:42:01 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-03-26 14:42:01 -0700 |
| commit | 0b48ba2224ec41dfc10a379ce1b7bb86441cc432 (patch) | |
| tree | d631cd75cb095a32e51daa70389662899f78cc01 /push_test.go | |
| parent | eff3a8b4d04349a5462f54c31d6f39213cecef71 (diff) | |
Merge analysis and merge file
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) |
