summaryrefslogtreecommitdiff
path: root/push_test.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-04-26 20:24:11 +0200
committerCarlos Martín Nieto <[email protected]>2014-04-26 20:24:11 +0200
commit3cf0b6db80885c63986001f3217019bdf2295b71 (patch)
treeab57488aea30266d689924ea23705a305a05103c /push_test.go
parentdca2192492a63df11365e3fecd03281e174cb788 (diff)
parent8982f4b3be90a04b0fad24da1ee6d85b1caad336 (diff)
Merge pull request #80 from jezell/oid-parse-protection
make it possible to handle errors
Diffstat (limited to 'push_test.go')
-rw-r--r--push_test.go2
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)