diff --git a/src/frontend/app/profile.component.ts b/src/frontend/app/profile.component.ts
index 02377131f0bd4eeb2bb9a9c9ef6e158fe271ea0e..3de50d5b0a0b74821c5ccbc55bc862ab33ee62a5 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);