Fix non compiling
This commit is contained in:
parent
c221349a9c
commit
f53cae8980
|
|
@ -2,7 +2,6 @@ package controllers
|
|||
|
||||
import (
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/logs"
|
||||
|
||||
"git.kingpenguin.tk/chteufleur/datahouse.git/models/user"
|
||||
"git.kingpenguin.tk/chteufleur/datahouse.git/models/variables"
|
||||
|
|
@ -19,14 +18,6 @@ const (
|
|||
UrlXmppAuth = "http://auth.xmpp.kingpenguin.tk/auth"
|
||||
)
|
||||
|
||||
var (
|
||||
log = logs.NewLogger(10000)
|
||||
)
|
||||
|
||||
func init() {
|
||||
log.SetLogger(variables.LogType, variables.LogParams)
|
||||
}
|
||||
|
||||
|
||||
func (c *LoginController) Prepare() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue