From e00c3f1823a4ff80daf8290e2dfec4474e7f9173 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 9 Aug 2023 00:37:05 +0330 Subject: add panel usage to main page --- web/job/check_client_ip_job.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/job') diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go index 1c5dec83..74ef3e09 100644 --- a/web/job/check_client_ip_job.go +++ b/web/job/check_client_ip_job.go @@ -15,7 +15,7 @@ import ( "x-ui/xray" ) -type CheckClientIpJob struct {} +type CheckClientIpJob struct{} var job *CheckClientIpJob var disAllowedIps []string @@ -31,7 +31,6 @@ func NewCheckClientIpJob() *CheckClientIpJob { } func (j *CheckClientIpJob) Run() { - logger.Debug("Check Client IP Job...") // create files required for iplimit if not exists for i := 0; i < len(ipFiles); i++ { -- cgit v1.2.3