Removed redundant variable

This commit is contained in:
Anton Hvornum 2021-02-17 14:29:51 +01:00
parent ad8389ccaf
commit 930fc994d9
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ if not archinstall.arguments.get('nic', None):
print()
print('This is your chosen configuration:')
archinstall.log("-- Guided template chosen (with below config) --", level=archinstall.LOG_LEVELS.Debug)
archinstall.log(json.dumps(archinstall.storage['_guided'], indent=4, sort_keys=True, cls=archinstall.JSON), level=archinstall.LOG_LEVELS.Info)
archinstall.log(json.dumps(archinstall.arguments, indent=4, sort_keys=True, cls=archinstall.JSON), level=archinstall.LOG_LEVELS.Info)
print()