Skip to content
Snippets Groups Projects
Commit 47e4bb52 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15550 TIME 0:02 rm an unnecessary condition

parent 382f5dd3
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ export class AppComponent { ...@@ -48,6 +48,7 @@ export class AppComponent {
if (!environment.production) { if (!environment.production) {
this.debugMode = true; this.debugMode = true;
} }
} }
test() { test() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment