From 85f1b46492ab967eef315bf355cf83749e6a4354 Mon Sep 17 00:00:00 2001 From: "Frederick F. Kautz IV" Date: Fri, 1 May 2015 17:32:18 -0700 Subject: [PATCH] Removing log message from test --- pkg/storage/donut/donut_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/storage/donut/donut_test.go b/pkg/storage/donut/donut_test.go index 8dfd05a8f..720942fe0 100644 --- a/pkg/storage/donut/donut_test.go +++ b/pkg/storage/donut/donut_test.go @@ -29,7 +29,6 @@ import ( "time" . "github.com/minio-io/check" - "log" ) func Test(t *testing.T) { TestingT(t) } @@ -173,7 +172,6 @@ func (s *MySuite) TestNewObjectMetadata(c *C) { c.Assert(err, IsNil) defer os.RemoveAll(root) donut, err := NewDonut("test", createTestNodeDiskMap(root)) - log.Println(err) c.Assert(err, IsNil) metadata := make(map[string]string)