Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nusr committed Jan 5, 2025
1 parent 4e8b2da commit eab76e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ provider.awareness.on('update', () => {
}
list.push({ clientId: key, range: value.range });
}
console.log(list)
useUserInfo.getState().setUsers(list);
});

Expand Down

0 comments on commit eab76e5

Please sign in to comment.