From 4ab74a4106cb5d69122896bfa68c296bf97a4791 Mon Sep 17 00:00:00 2001 From: Kallesh B S Date: Fri, 2 May 2025 14:52:20 +0530 Subject: [PATCH] removed log --- src/auth/auth.service.ts | 1 - 1 file changed, 1 deletion(-) 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 {