diff --git a/awx/main/apps.py b/awx/main/apps.py index ef41ce9840d7..1dbfa4879b6d 100644 --- a/awx/main/apps.py +++ b/awx/main/apps.py @@ -60,8 +60,6 @@ def load_credential_types_feature(self): def ready(self): super().ready() - # from awx.main.models.base import discover_cloud_inventory_sources self.load_credential_types_feature() self.load_named_url_feature() - # self.discover_cloud_inventory_sources()