removed unnneeded verbosity
This commit is contained in:
parent
1b6a702593
commit
0b0331bcc0
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ public static class Program
|
|||
var account = SteamGuardAccounts[i];
|
||||
var salt = Manifest.GetRandomSalt();
|
||||
var iv = Manifest.GetInitializationVector();
|
||||
if (Program.Verbose) Console.WriteLine($"New encryption info: pass: {newPassKey}, salt: {salt}, iv: {iv}");
|
||||
bool success = Manifest.SaveAccount(account, true, newPassKey, salt, iv);
|
||||
if (Verbose) Console.WriteLine("Encrypted {0}: {1}", account.AccountName, success);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue