1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

Remove stray inventory source debug statement

This commit is contained in:
Matthew Jones 2016-05-04 13:18:50 -04:00
parent 39f922d2fe
commit 76ce77aaf7

View File

@ -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 # Sanity check: We sanitize these module names for our API but Ansible proper doesn't follow
# good naming conventions # good naming conventions
print "SOURCE IS {}".format(source)
source = source.replace('azure.py', 'windows_azure.py') source = source.replace('azure.py', 'windows_azure.py')
logger.debug('Analyzing type of source: %s', source) logger.debug('Analyzing type of source: %s', source)
original_all_group = all_group original_all_group = all_group