Skip to content

Commit

Permalink
Remove noisy onAwarenessUpdate log
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksson-daniel committed Oct 11, 2024
1 parent ff58fe1 commit e2d4240
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/plate/plugins/plugin-sets/saksbehandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ export const collaborationSaksbehandlerPlugins = (
pushLog('HocusPocusProvider onAwarenessChange', {
context: { ...context, states: data.states.toString() },
}),
onAwarenessUpdate: (data) =>
pushLog('HocusPocusProvider onAwarenessUpdate', {
context: { ...context, states: data.states.toString() },
}),
onClose: (data) =>
pushLog('HocusPocusProvider onClose', {
context: { ...context, code: data.event.code.toString(), reason: data.event.reason },
Expand Down

0 comments on commit e2d4240

Please sign in to comment.