Skip to content

Commit c7a4411

Browse files
committed
remove console log
1 parent 73ff17f commit c7a4411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docprovider/yprovider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export class WebSocketProvider implements IDocumentProvider {
179179
}
180180

181181
// Otherwise, initialize the `YWebsocketProvider` to connect
182-
console.log({ fileId: this._fileId });
183182
this._yWebsocketProvider = new YWebsocketProvider(
184183
this._serverUrl,
185184
`${this._format}:${this._contentType}:${this._fileId}`,

0 commit comments

Comments
 (0)