Skip to content

Commit b0dec17

Browse files
committed
refactor: change console log to debug for scene updates in Collab component
1 parent c58d727 commit b0dec17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/lib/collab/Collab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class Collab extends PureComponent<CollabProps, CollabState> {
505505
const remoteElements = messageData?.elements as ExcalidrawElementType[] | undefined;
506506

507507
if (remoteElements !== undefined && this.props.excalidrawAPI) {
508-
console.log(`[pad.ws] Received scene update. Elements count: ${remoteElements.length}`, remoteElements);
508+
console.debug(`[pad.ws] Received scene update. Elements count: ${remoteElements.length}`, remoteElements);
509509
const localElements = this.props.excalidrawAPI.getSceneElementsIncludingDeleted();
510510
const currentAppState = this.props.excalidrawAPI.getAppState();
511511

0 commit comments

Comments
 (0)