mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Implement log package as drop-in replacement for handling Debug log-level
This commit is contained in:
@@ -24,7 +24,6 @@ import (
|
||||
mstorage "github.com/minio-io/minio/pkg/storage"
|
||||
|
||||
. "gopkg.in/check.v1"
|
||||
"log"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
@@ -47,7 +46,6 @@ func (s *MySuite) TestAPISuite(c *C) {
|
||||
}
|
||||
|
||||
func removeRoots(c *C, roots []string) {
|
||||
log.Println(roots)
|
||||
for _, root := range roots {
|
||||
err := os.RemoveAll(root)
|
||||
c.Check(err, IsNil)
|
||||
|
||||
Reference in New Issue
Block a user