Change log level

This commit is contained in:
Andras Schmelczer 2025-08-23 12:37:43 +01:00
parent e81d521c9c
commit 44f642f649
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -152,7 +152,7 @@ export class WebSocketManager {
}
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
} else if (message.type === "cursorPositions") {
this.logger.info(
this.logger.debug(
`Received cursor positions for ${JSON.stringify(message.clients)}`
);
this.remoteCursorsUpdateListeners.forEach((listener) => {