by Robin at 20240514 #437

Merged
chenhao merged 1 commits from feat-IRONFANS-117-Robin into test 2024-05-14 22:51:02 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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))
}()
}