mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
turn off debug msg
This commit is contained in:
parent
bc0d2b1f14
commit
e51551ec9b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class WebSocketService {
|
||||||
private socket: Socket | null = null;
|
private socket: Socket | null = null;
|
||||||
|
|
||||||
connect(backendUrl: string): Socket {
|
connect(backendUrl: string): Socket {
|
||||||
console.log(`WebSocketService.connect('${backendUrl}')`);
|
// console.log(`WebSocketService.connect('${backendUrl}')`);
|
||||||
|
|
||||||
// // Ensure the URL uses wss: if the URL starts with https:
|
// // Ensure the URL uses wss: if the URL starts with https:
|
||||||
// const protocol = backendUrl.startsWith('https:') ? 'wss:' : 'ws:';
|
// const protocol = backendUrl.startsWith('https:') ? 'wss:' : 'ws:';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue