@@ -31,11 +31,6 @@ const (
FATAL = 5
)
-// DumpObj struct
-type DumpObj struct {
- value []interface{}
-}
-
// Init logger
func Init(plevel int) {
level = plevel