diff --git a/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go b/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go index 83b59f12..3c9dbc7d 100644 --- a/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go +++ b/vendor/github.com/xxl-job/xxl-job-executor-go/executor.go @@ -288,7 +288,7 @@ func (e *executor) registry() { e.log.Error("执行器注册失败3:" + string(body)) return } - e.log.Info("执行器注册成功:" + string(body)) + //e.log.Info("执行器注册成功:" + string(body)) }() }