Remove Uneeded Log Entry
This commit is contained in:
parent
758a5a96dc
commit
e6c842cb19
@ -194,9 +194,6 @@ namespace QtCNETAPI.Services.GatewayService
|
||||
|
||||
// anything that changes the user should tell the api service to set it again
|
||||
await _apiService.SetCurrentUser();
|
||||
|
||||
if (System.Diagnostics.Debugger.IsAttached)
|
||||
_loggingService.LogString($"Status Changed To {_apiService.CurrentUser.Status}");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user