mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Remove stray inventory source debug statement
This commit is contained in:
@@ -468,7 +468,6 @@ def load_inventory_source(source, all_group=None, group_filter_re=None,
|
||||
'''
|
||||
# Sanity check: We sanitize these module names for our API but Ansible proper doesn't follow
|
||||
# good naming conventions
|
||||
print "SOURCE IS {}".format(source)
|
||||
source = source.replace('azure.py', 'windows_azure.py')
|
||||
logger.debug('Analyzing type of source: %s', source)
|
||||
original_all_group = all_group
|
||||
|
||||
Reference in New Issue
Block a user