mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Clean up unnecessary comments
This commit is contained in:
parent
309396f199
commit
be4e4ff47c
@ -204,7 +204,6 @@ def get_awx_http_client_headers():
|
||||
def get_licenser(*args, **kwargs):
|
||||
from awx.main.utils.licensing import Licenser, OpenLicense
|
||||
try:
|
||||
# Get License Config from db?
|
||||
if os.path.exists('/var/lib/awx/.tower_version'):
|
||||
return Licenser(*args, **kwargs)
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user