mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
Removing log message from test
This commit is contained in:
parent
8e093eb6f6
commit
85f1b46492
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user