fix: test case issue

This commit is contained in:
Marvin Zhang
2024-11-19 17:40:44 +08:00
parent 3dc66e48db
commit 98a9c907c9
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
}