fastify.log.info done
This commit is contained in:
parent
69ba60b03d
commit
b69a452810
13 changed files with 82 additions and 118 deletions
|
|
@ -95,7 +95,6 @@ export class StateI {
|
|||
socket.on('debugInfo', () => this.debugSocket(socket));
|
||||
|
||||
socket.on('gameMove', (e) => this.gameMove(socket, e));
|
||||
if (socket) {console.log('Socket:', socket.id);};
|
||||
}
|
||||
|
||||
private updateClient(socket: SSocket): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue