diff --git a/packages/client/src/components/tiptap/indexdb.ts b/packages/client/src/components/tiptap/indexdb.ts index 29b9e02f..e2f0958b 100644 --- a/packages/client/src/components/tiptap/indexdb.ts +++ b/packages/client/src/components/tiptap/indexdb.ts @@ -1,9 +1,3 @@ -// const provider = new IndexeddbPersistence(docName, ydoc); - -// provider.on('synced', () => { -// console.log('content from the database is loaded'); -// }); - import { IndexeddbPersistence } from 'y-indexeddb'; const POOL = new Map();