remove commented out prints

pull/10968/merge
Brian Coca 9 years ago
parent 7ba4f5ee12
commit 57d3245d0d

@ -25,8 +25,6 @@ from ansible.inventory import Inventory
class LookupModule(LookupBase):
def get_hosts(self, variables, pattern):
#print(variables)
#print(variables['groups'])
hosts = []
if pattern in variables['groups']:
hosts = variables['groups'][pattern]

Loading…
Cancel
Save