perf: 删除无用代码

pull/9225/head^2
Aaron3S 2022-12-20 20:36:44 +08:00
parent 3ddeb97ea5
commit 560ff651c4
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ class JobExecution(JMSOrgBaseModel):
result = self.current_job.args
result += " chdir={}".format(self.current_job.chdir)
return self.job.args
# return result
def get_runner(self):
inv = self.current_job.inventory