mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 06:54:07 +00:00
Removed debug logging
This commit is contained in:
@@ -1601,7 +1601,6 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
userIdMakingRequest != null &&
|
||||
response.status === HttpStatusCode.Unauthorized
|
||||
) {
|
||||
this.logService.info("Detected 401, attempting request again");
|
||||
request = await this.buildRequest(
|
||||
method,
|
||||
userIdMakingRequest,
|
||||
|
||||
Reference in New Issue
Block a user