Change log level
This commit is contained in:
parent
e81d521c9c
commit
44f642f649
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ export class WebSocketManager {
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
||||||
} else if (message.type === "cursorPositions") {
|
} else if (message.type === "cursorPositions") {
|
||||||
this.logger.info(
|
this.logger.debug(
|
||||||
`Received cursor positions for ${JSON.stringify(message.clients)}`
|
`Received cursor positions for ${JSON.stringify(message.clients)}`
|
||||||
);
|
);
|
||||||
this.remoteCursorsUpdateListeners.forEach((listener) => {
|
this.remoteCursorsUpdateListeners.forEach((listener) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue