Clean up unnecessary comments

This commit is contained in:
Christian M. Adams 2020-10-23 10:59:51 -04:00 committed by Ryan Petrello
parent 309396f199
commit be4e4ff47c
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

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: