From 136f32ec7bc0802587b4bdb2e277638afeac56b1 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Wed, 7 May 2025 14:14:18 -0700 Subject: [PATCH] remove missing error message in log --- util/Setup/Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/util/Setup/Program.cs b/util/Setup/Program.cs index 9f07895838..50f3046d6d 100644 --- a/util/Setup/Program.cs +++ b/util/Setup/Program.cs @@ -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; } }