Browse Source

remove unused code

Darien Raymond 7 năm trước cách đây
mục cha
commit
68ef98a35d
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      app/log/log.go

+ 0 - 5
app/log/log.go

@@ -37,11 +37,6 @@ func New(ctx context.Context, config *Config) (*Instance, error) {
 	return g, nil
 }
 
-// Interface implements app.Application.Interface().
-func (*Instance) Interface() interface{} {
-	return (*Instance)(nil)
-}
-
 func (g *Instance) initAccessLogger() error {
 	switch g.config.AccessLogType {
 	case LogType_File: