Explorar o código

Chore: remove unused logger

kr328 %!s(int64=4) %!d(string=hai) anos
pai
achega
e8eddb3917
Modificáronse 1 ficheiros con 0 adicións e 21 borrados
  1. 0 21
      core/src/main/golang/tun/log.go

+ 0 - 21
core/src/main/golang/tun/log.go

@@ -1,21 +0,0 @@
-package tun
-
-import "github.com/Dreamacro/clash/log"
-
-type logger struct{}
-
-func (l *logger) D(format string, args ...interface{}) {
-	log.Debugln(format, args...)
-}
-
-func (l *logger) I(format string, args ...interface{}) {
-	log.Infoln(format, args...)
-}
-
-func (l *logger) W(format string, args ...interface{}) {
-	log.Warnln(format, args...)
-}
-
-func (l *logger) E(format string, args ...interface{}) {
-	log.Errorln(format, args...)
-}