mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
remove console logs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user