From 47e4bb524a1a73ef75b5c6cb106b296a590633d0 Mon Sep 17 00:00:00 2001
From: "hamza.hramchi" <hamza.hramchi@xelians.fr>
Date: Fri, 4 Dec 2020 15:51:53 +0100
Subject: [PATCH] FEAT #15550 TIME 0:02 rm an unnecessary condition

---
 src/frontend/app/app.component.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/frontend/app/app.component.ts b/src/frontend/app/app.component.ts
index e3e162147f..a0fd2eee4c 100755
--- a/src/frontend/app/app.component.ts
+++ b/src/frontend/app/app.component.ts
@@ -48,6 +48,7 @@ export class AppComponent {
         if (!environment.production) {
             this.debugMode = true;
         }
+        
     }
 
     test() {
-- 
GitLab