remove console.log

This commit is contained in:
FinnStutzenstein 2018-09-13 15:07:56 +02:00
parent 1b691f5eb6
commit faa2507c0d
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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(() => {