drop redundant warning
This commit is contained in:
parent
1b085035d9
commit
bb1e136324
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue