remove console.log
This commit is contained in:
parent
e6ce402784
commit
4972b61621
@ -23,7 +23,6 @@ export class RTMTWS implements RTMT {
|
|||||||
this.clients = new Map<string, WebSocket>()
|
this.clients = new Map<string, WebSocket>()
|
||||||
|
|
||||||
wsServer.on("connection", (ws: WebSocket, req: Request) => {
|
wsServer.on("connection", (ws: WebSocket, req: Request) => {
|
||||||
console.log("wsServer connection");
|
|
||||||
|
|
||||||
const regexResult = req.url.split(RegExp("\/\?userKey="));
|
const regexResult = req.url.split(RegExp("\/\?userKey="));
|
||||||
const clientID = regexResult[1]
|
const clientID = regexResult[1]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user