Merge pull request #560 from fkautz/pr_out_removing_log_message_from_test

This commit is contained in:
Frederick F. Kautz IV 2015-05-01 17:47:43 -07:00
commit d158284cd5
1 changed files with 0 additions and 2 deletions

View File

@ -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)