From b660db0a4bf82af893e7eb120c3001cecf593fa0 Mon Sep 17 00:00:00 2001 From: Jesse Ezell Date: Wed, 2 Apr 2014 10:31:48 -0700 Subject: make it possible to handle errors --- push_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'push_test.go') 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) -- cgit v1.2.3