diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index ee85d29..aabcea9 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -60,7 +60,6 @@ export class AuthService { } return { msg: 'Logged in successfully' }; } catch (err) { - console.error('Error fetching users: ', err.message); throw new BadRequestException({ error: 'Invalid username or password' }); } finally {