remove printing accounts

This commit is contained in:
2022-09-07 19:50:07 -04:00
parent afdbaa0ae7
commit 5f95747b05

View File

@@ -376,7 +376,6 @@ if __name__ == "__main__":
else:
print("This value must be one of the following characters: n, q.")
accounts = read_config_file(secrets_config_file)
print(accounts)
print("Current Bitwarden accounts:")
print(" ")
for account in accounts: