mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
rm extra collection error line
This commit is contained in:
@@ -80,7 +80,7 @@ def gather(dest=None, module=None):
|
||||
|
||||
if not settings.INSIGHTS_TRACKING_STATE:
|
||||
logger.error("Insights analytics not enabled")
|
||||
return "Error: Insights analytics not enabled"
|
||||
return
|
||||
|
||||
if module is None:
|
||||
from awx.main.analytics import collectors
|
||||
|
||||
Reference in New Issue
Block a user