1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-12 15:12:16 -05:00

remove missing error message in log

This commit is contained in:
tangowithfoxtrot 2025-05-07 14:14:18 -07:00 committed by GitHub
parent 50e2db716d
commit 136f32ec7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -312,9 +312,7 @@ public class Program
}
catch
{
Console.WriteLine(
$"Unable to validate installation id. Problem contacting Bitwarden {cloudRegion.ToString()} server.\nError: {ex.Message}"
);
Console.WriteLine($"Unable to validate installation id. Problem contacting Bitwarden {cloudRegion.ToString()} server.");
return false;
}
}