mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
Chore: rm unused code
This commit is contained in:
+1
-1
@@ -21,6 +21,6 @@ func EnableStackLog(v bool) {
|
||||
|
||||
type emitter struct{}
|
||||
|
||||
func (e emitter) Emit(_ int, level glog.Level, _ time.Time, format string, args ...any) {
|
||||
func (emitter) Emit(_ int, level glog.Level, _ time.Time, format string, args ...any) {
|
||||
logf(Level(level)+2, "[STACK] "+format, args...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user