Skip to content

Commit

Permalink
Merge pull request #967 from Taschenbuch/remove_debug_log_message_wit…
Browse files Browse the repository at this point in the history
…h_api_key

remove debug log message with api key
  • Loading branch information
dlamkins authored May 2, 2024
2 parents 06fcc65 + 69d2381 commit 7ebc36f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Blish HUD/GameServices/Gw2WebApiService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private async Task UpdateBaseConnection(string apiKey) {
private async Task UpdateActiveApiKey() {
if (_characterRepository.TryGetValue(Gw2Mumble.PlayerCharacter.Name, out string charApiKey)) {
await UpdateBaseConnection(charApiKey);
Logger.Debug($"Associated key {charApiKey} with user {Gw2Mumble.PlayerCharacter.Name}.");
} else {
if (!string.IsNullOrWhiteSpace(Gw2Mumble.PlayerCharacter.Name)) {
// We skip the message if no user is defined yet.
Expand Down

0 comments on commit 7ebc36f

Please sign in to comment.