fix: 删除debug信息

pull/12151/head
Aaron3S 2023-11-17 10:45:31 +08:00 committed by Bryan
parent c606c3eb21
commit 2d1bf866fa
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ class JobExecution(JMSOrgBaseModel):
"login_password={{login_password}} " \
"login_port={{login_port}} " \
"%s={{login_db}}" % login_db_token
print(login_args)
shell = "{} {}=\"{}\" ".format(login_args, query_token, self.current_job.args)
return module, shell