fix: test case issue

This commit is contained in:
Marvin Zhang
2024-11-19 17:40:44 +08:00
parent 47cf368f26
commit 07c9cc47a8
5 changed files with 47 additions and 40 deletions

View File

@@ -457,8 +457,6 @@ func newTaskHandlerService() *Service {
// grpc client
svc.c = grpcclient.GetGrpcClient()
log.Debugf("[NewTaskHandlerService] svc[cfgPath: %s]", svc.cfgSvc.GetConfigPath())
return svc
}