diff options
Diffstat (limited to 'web/job')
| -rw-r--r-- | web/job/check_client_ip_job.go | 3 |
1 files changed, 1 insertions, 2 deletions
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++ { |
