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