refactor: remove log

This commit is contained in:
2024-08-24 04:28:23 +03:00
parent 1f03c2a9c3
commit b215d8909c
2 changed files with 1 additions and 7 deletions

View File

@ -57,7 +57,6 @@ export class AuthService {
public refreshToken(): Observable<Date> {
const token = localStorage.getItem(ApiService.tokenKey);
console.log(token);
if (!token)
return throwError(() => new Error("Token is not found"));