SES-140 deleted unused elements

This commit is contained in:
Natalia Gawron 2021-01-09 22:14:25 +01:00
parent 736debbb96
commit 07af6cdbf6
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ export class PlayerDashboardComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.store.select(s => s.playerStore.characterId).pipe(first()).subscribe((id) => { this.store.select(s => s.playerStore.characterId).pipe(first()).subscribe((id) => {
debugger
this.signalRService.Login(id); this.signalRService.Login(id);
}); });
} }

View File

@ -11,7 +11,6 @@ export class PlayerSignalRService {
} }
public Login(characterId: number) { public Login(characterId: number) {
debugger
this.signalR.startConnection(); this.signalR.startConnection();
this.signalR.connectionEstablished$.subscribe(() => { this.signalR.connectionEstablished$.subscribe(() => {