From dc7a055245f4107cc3e28bbc7cb646d975427534 Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Tue, 27 Dec 2022 17:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=A2=E5=BC=83=E7=9A=84?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/sys/module.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/sys/module.go b/modules/sys/module.go index 84afcad00..238f89615 100644 --- a/modules/sys/module.go +++ b/modules/sys/module.go @@ -4,7 +4,6 @@ import ( "go_dreamfactory/comm" "go_dreamfactory/lego/core" "go_dreamfactory/lego/sys/event" - "go_dreamfactory/lego/sys/log" "go_dreamfactory/modules" "go_dreamfactory/pb" ) @@ -43,7 +42,3 @@ func (this *ModuleSys) GetType() core.M_Modules { func (this *ModuleSys) IsAccess(funcName string, userId string) (code pb.ErrorCode) { return this.modelSys.IsAccess(funcName, userId) } - -func (this *ModuleSys) EventOpenCond(funcIds []string) { - this.Debug("EventOpenCond", log.Field{Key: "funcIds", Value: funcIds}) -}