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:
parent
50e2db716d
commit
136f32ec7b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user