From 0fc91dbd9e9a7d942d2a2efba3ce97c2f5ef450f Mon Sep 17 00:00:00 2001 From: Ivan Ljubisavljevic Date: Fri, 20 May 2022 04:16:37 +0200 Subject: Console logs removed --- frontend/src/app/_pages/profile/profile.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/app/_pages/profile') diff --git a/frontend/src/app/_pages/profile/profile.component.ts b/frontend/src/app/_pages/profile/profile.component.ts index aed8e40c..a51a7ea7 100644 --- a/frontend/src/app/_pages/profile/profile.component.ts +++ b/frontend/src/app/_pages/profile/profile.component.ts @@ -137,7 +137,6 @@ export class ProfileComponent implements OnInit { let passwordArray: string[] = [this.oldPass, this.newPass1]; this.userInfoService.changeUserPassword(passwordArray).subscribe((response: any) => { - //console.log("PROMENIO LOZINKU"); this.resetNewPassInputs(); const dialogRef = this.dialog?.open(AlertDialogComponent, { width: '350px', -- cgit v1.2.3