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:
Caleb Connolly 2024-07-13 18:49:45 +02:00
parent 01b53b0b49
commit 1af44fb159
No known key found for this signature in database
GPG key ID: 0583312B195F64B6

View file

@ -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