diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 4b24b5186..8fe2e8a55 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -25,7 +25,6 @@ export class AppComponent { configService: ConfigService, loginDataService: LoginDataService ) { - console.log('app ctor'); // manually add the supported languages translate.addLangs(['en', 'de', 'fr']); // this language will be used as a fallback when a translation isn't found in the current language diff --git a/client/src/app/core/services/openslides.service.ts b/client/src/app/core/services/openslides.service.ts index 7672e2832..b71e2eaaa 100644 --- a/client/src/app/core/services/openslides.service.ts +++ b/client/src/app/core/services/openslides.service.ts @@ -38,8 +38,6 @@ export class OpenSlidesService extends OpenSlidesComponent { ) { super(); - console.log('OS ctor'); - // Handler that gets called, if the websocket connection reconnects after a disconnection. // There might have changed something on the server, so we check the operator, if he changed. websocketService.reconnectEvent.subscribe(() => {