drop redundant warning

This commit is contained in:
Mike McLean 2018-06-27 14:58:05 -04:00
parent 1b085035d9
commit bb1e136324

View file

@ -560,8 +560,7 @@ def make_task(method, arglist, **opts):
policy_data['target'] = get_build_target(target, strict=True)['name']
t_opts = params.get('opts', {})
policy_data['scratch'] = t_opts.get('scratch', False)
else:
logger.warning("Proceeding with less data in channel policy.")
ruleset = context.policy.get('channel')
result = ruleset.apply(policy_data)
if result is None: