diff --git a/src/frontend/app/app.component.ts b/src/frontend/app/app.component.ts index f241e423284c41a573a7341a55985c9987df0e3f..e3e162147fc013ee8bbe9f4282f5c20bae899bf8 100755 --- a/src/frontend/app/app.component.ts +++ b/src/frontend/app/app.component.ts @@ -48,13 +48,6 @@ export class AppComponent { if (!environment.production) { this.debugMode = true; } - - if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { - this.signaturesService.mobileMode = true; - } else { - this.signaturesService.mobileMode = false; - } - } test() {