Skip to content
Snippets Groups Projects
Commit 209c34f7 authored by Joao Siebel's avatar Joao Siebel
Browse files

Remove allowWrite log

parent 8e252500
No related branches found
No related tags found
Loading
...@@ -18,8 +18,6 @@ export function addCursorStreamer(meetingId) { ...@@ -18,8 +18,6 @@ export function addCursorStreamer(meetingId) {
}); });
streamer.allowWrite(function allowWrite() { streamer.allowWrite(function allowWrite() {
Logger.debug(`Cursor streamer called allowWrite for user ${this.userId} in meeting ${meetingId}`);
return this.userId && this.userId.includes(meetingId); return this.userId && this.userId.includes(meetingId);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment