mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
remove changes used for dev testing
Signed-off-by: jessicamack <jmack@redhat.com>
This commit is contained in:
parent
7cb890b603
commit
52a8a90c0e
@ -25,8 +25,6 @@ class Command(BaseCommand):
|
||||
body = json.loads(e.payload)
|
||||
logger.info(f"Cache clear request received. Clearing now, payload: {e.payload}")
|
||||
TaskWorker.run_callable(body)
|
||||
else:
|
||||
logger.info('run_clear_cache got timeout')
|
||||
|
||||
except Exception:
|
||||
# Log unanticipated exception in addition to writing to stderr to get timestamps and other metadata
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user