remove console logs

This commit is contained in:
Peter Maquiran
2024-10-17 13:01:24 +01:00
parent 02d5e3e1ec
commit 2e04ef0b20
32 changed files with 316 additions and 960 deletions
@@ -57,7 +57,7 @@ export class SignalRService {
const attempConnection = await connection.establishConnection()
if(attempConnection.isOk()) {
console.log('connect')
// console.log('connect')
this.connection?.closeConnection()
this.connection = connection
+1 -1
View File
@@ -51,7 +51,7 @@ export class SignalRConnection {
.then(() => {
this.hubConnection = hubConnection
this.hasConnectOnce = true
console.log('Connection started');
// console.log('Connection started');
this.connectionStateSubject.next(true);
this.join()
this.addMessageListener()