diff options
author | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-20 04:16:37 +0200 |
---|---|---|
committer | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-20 04:16:37 +0200 |
commit | 0fc91dbd9e9a7d942d2a2efba3ce97c2f5ef450f (patch) | |
tree | 9a0c9975b045b4655b0803d4017f696c2ccfa96d /frontend/src/app/_pages/profile/profile.component.ts | |
parent | 9930bdb624f9511e9f4ead7abd435d25fbdcac4a (diff) |
Console logs removed
Diffstat (limited to 'frontend/src/app/_pages/profile/profile.component.ts')
-rw-r--r-- | frontend/src/app/_pages/profile/profile.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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', |