From f53cae8980010ff2729cdc0903cb2ddbb9342aa2 Mon Sep 17 00:00:00 2001 From: chteufleur Date: Wed, 22 Jun 2016 19:47:46 +0200 Subject: [PATCH] Fix non compiling --- controllers/login.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/controllers/login.go b/controllers/login.go index cfef350..b349000 100644 --- a/controllers/login.go +++ b/controllers/login.go @@ -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() { }