Remove Uneeded Log Entry

This commit is contained in:
Alan Moon 2025-07-17 15:20:53 -07:00
parent 758a5a96dc
commit e6c842cb19

View File

@ -194,9 +194,6 @@ namespace QtCNETAPI.Services.GatewayService
// anything that changes the user should tell the api service to set it again // anything that changes the user should tell the api service to set it again
await _apiService.SetCurrentUser(); await _apiService.SetCurrentUser();
if (System.Diagnostics.Debugger.IsAttached)
_loggingService.LogString($"Status Changed To {_apiService.CurrentUser.Status}");
} }