mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
removed print
This commit is contained in:
parent
0d538f8b0f
commit
bdd444fb44
@ -861,7 +861,6 @@ class UnifiedJob(PolymorphicModel, PasswordFieldsModel, CommonModelNameNotUnique
|
||||
self.update_fields(start_args=json.dumps(kwargs), status='pending')
|
||||
self.socketio_emit_status("pending")
|
||||
|
||||
print("Running job launch for job %s" % self.name)
|
||||
from awx.main.scheduler.tasks import run_job_launch
|
||||
run_job_launch.delay(self.id)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user