SES-140 deleted unused elements
This commit is contained in:
parent
736debbb96
commit
07af6cdbf6
@ -18,7 +18,6 @@ export class PlayerDashboardComponent implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
this.store.select(s => s.playerStore.characterId).pipe(first()).subscribe((id) => {
|
||||
debugger
|
||||
this.signalRService.Login(id);
|
||||
});
|
||||
}
|
||||
|
@ -11,7 +11,6 @@ export class PlayerSignalRService {
|
||||
}
|
||||
|
||||
public Login(characterId: number) {
|
||||
debugger
|
||||
this.signalR.startConnection();
|
||||
|
||||
this.signalR.connectionEstablished$.subscribe(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user