Merge pull request 'by Robin at 20240514' (#437) from feat-IRONFANS-117-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/437
This commit is contained in:
chenhao 2024-05-14 22:51:02 +08:00
commit 1baa4cbbfe
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))
}()
}