remove unused code

pull/812/head
Darien Raymond 7 years ago
parent 6a7887b655
commit 68ef98a35d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -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:

Loading…
Cancel
Save