remove console.log debug call
This commit is contained in:
parent
024e605a41
commit
63a01ace95
@ -67,8 +67,6 @@ export class SocketManager {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(payload.servers)
|
||||
|
||||
payload.servers.forEach((serverPayload, serverId) => {
|
||||
this._app.addServer(serverId, serverPayload, payload.timestampPoints)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user