mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Remove some spurious print statements I left previously
This commit is contained in:
parent
99f9d1e821
commit
322fdc37a4
@ -774,11 +774,8 @@ class RunJob(BaseTask):
|
||||
return getattr(settings, 'AWX_PROOT_ENABLED', False)
|
||||
|
||||
def pre_run_hook(self, job, **kwargs):
|
||||
print("In pre-run")
|
||||
if job.job_type == PERM_INVENTORY_SCAN:
|
||||
print("In scan")
|
||||
if not test_mongo_connection():
|
||||
print("Mongo isn't running")
|
||||
raise RuntimeError("Fact Scan Database is offline")
|
||||
|
||||
def post_run_hook(self, job, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user