Browse Source

remove unused code

Darien Raymond 7 years ago
parent
commit
68ef98a35d
1 changed files with 0 additions and 5 deletions
  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: