We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58d727 commit b0dec17Copy full SHA for b0dec17
src/frontend/src/lib/collab/Collab.tsx
@@ -505,7 +505,7 @@ class Collab extends PureComponent<CollabProps, CollabState> {
505
const remoteElements = messageData?.elements as ExcalidrawElementType[] | undefined;
506
507
if (remoteElements !== undefined && this.props.excalidrawAPI) {
508
- console.log(`[pad.ws] Received scene update. Elements count: ${remoteElements.length}`, remoteElements);
+ console.debug(`[pad.ws] Received scene update. Elements count: ${remoteElements.length}`, remoteElements);
509
const localElements = this.props.excalidrawAPI.getSceneElementsIncludingDeleted();
510
const currentAppState = this.props.excalidrawAPI.getAppState();
511
0 commit comments