Skip to content

Commit

Permalink
Discard logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Jan 18, 2022
1 parent 1a2fb4f commit ef0112d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloud/components/Editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ const Editor = ({
const handleYTextChange = useCallback(
(_event: YEvent, ytext: YText) => {
takeSnapshot(doc.id, ytext.toString())
console.log('snapshot taken')
},
[takeSnapshot, doc.id]
)
Expand Down

0 comments on commit ef0112d

Please sign in to comment.