forked from Mirror/pmbootstrap
helpers: args: don't announce config options overwritten by args (MR 2366)
Was left in for debugging Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
01b53b0b49
commit
1af44fb159
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ def init(args: PmbArgs) -> PmbArgs:
|
|||
continue
|
||||
value = getattr(args, key, None)
|
||||
if value:
|
||||
print(f"Overriding config.{key} with {value}")
|
||||
setattr(config, key, value)
|
||||
|
||||
# Deny accessing the attribute via args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue