From 7c4b00bfa09e85afcee80abde91594bf776deeca Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Thu, 19 Dec 2019 11:08:32 +0100 Subject: [PATCH] rm console log --- src/frontend/app/profile.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/app/profile.component.ts b/src/frontend/app/profile.component.ts index 02377131f0b..3de50d5b0a0 100755 --- a/src/frontend/app/profile.component.ts +++ b/src/frontend/app/profile.component.ts @@ -760,7 +760,6 @@ export class ProfileComponent implements OnInit { } updateUserPreferences() { - console.log('aa'); this.http.put('../../rest/currentUser/profile/preferences', {documentEdition: this.user.preferences.documentEdition}) .subscribe(() => { this.notify.success(this.lang.modificationSaved); -- GitLab