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