remove unneeded warning log

This commit is contained in:
eric vz 2016-06-01 21:04:08 -05:00
parent f0aa35a367
commit 1e7e953442

View File

@ -289,9 +289,6 @@ def group_list():
# move installed and partially-installed items from available to appropriate other places
log.warn('Available: {0}'.format(available))
log.warn('Installed: {0}'.format(installed))
for group in installed:
if group not in available:
log.error('Pacman reports group {0} installed, but it is not in the available list ({1})!'.format(group, available))