From be4e4ff47c370b1a376758c4430de0956582a1a9 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Fri, 23 Oct 2020 10:59:51 -0400 Subject: [PATCH] Clean up unnecessary comments --- awx/main/utils/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/utils/common.py b/awx/main/utils/common.py index 1ec2812e12..00fc73c631 100644 --- a/awx/main/utils/common.py +++ b/awx/main/utils/common.py @@ -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: