From b543e4e02793a58db25148214ef149cb571792f5 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Sat, 12 Dec 2015 03:22:52 +0100 Subject: blame code reorganization, and mutting the test --- objects_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'objects_test.go') diff --git a/objects_test.go b/objects_test.go index a51f372..1ead65d 100644 --- a/objects_test.go +++ b/objects_test.go @@ -1,7 +1,6 @@ package git import ( - "fmt" "io/ioutil" "time" @@ -128,7 +127,6 @@ func (s *ObjectsSuite) TestParseSignature(c *C) { } for raw, exp := range cases { - fmt.Println("> testing", raw) got := &Signature{} got.Decode([]byte(raw)) -- cgit