@@ -9,10 +9,6 @@ import (
"github.com/donnie4w/go-logger/logger"
)
-func init() {
- IsOnLine("test", true)
-}
-
//
func IsOnLine(key string, flag bool) {
defer util.Catch()