Clean up unnecessary comments

This commit is contained in:
Christian M. Adams 2020-10-23 10:59:51 -04:00
parent bfb8e384a8
commit 8a9f75c291

View File

@ -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: