remove console.log
This commit is contained in:
parent
1b691f5eb6
commit
faa2507c0d
@ -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
|
||||
|
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user