From c56c35c5455e64fe701159b5c52a128c513df3ef Mon Sep 17 00:00:00 2001
From: Alex Orluc <alex.orluc@maarch.org>
Date: Wed, 30 May 2018 11:59:53 +0200
Subject: [PATCH] remove console.log

---
 apps/maarch_entreprise/js/angular/app/profile.component.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/maarch_entreprise/js/angular/app/profile.component.ts b/apps/maarch_entreprise/js/angular/app/profile.component.ts
index 860ba12696b..db96e682672 100755
--- a/apps/maarch_entreprise/js/angular/app/profile.component.ts
+++ b/apps/maarch_entreprise/js/angular/app/profile.component.ts
@@ -108,7 +108,6 @@ export class ProfileComponent extends AutoCompletePlugin implements OnInit {
                     });
             }
         } else if (event.index == 3) {
-            console.log('fuck');
             tinymce.remove('textarea');
             //LOAD EDITOR TINYMCE for MAIL SIGN
             tinymce.baseURL = "../../node_modules/tinymce";
-- 
GitLab