Chore: rm unused code

This commit is contained in:
xjasonlyu
2023-03-27 19:11:56 +08:00
parent 007c97fe67
commit c036db2e23
+1 -1
View File
@@ -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...)
}