From c328f84e5bdca7569dab955ad8c470902548a63c Mon Sep 17 00:00:00 2001 From: fantasticit Date: Thu, 24 Mar 2022 21:39:34 +0800 Subject: [PATCH] fix: remove unused code --- packages/client/src/components/tiptap/indexdb.ts | 6 ------ 1 file changed, 6 deletions(-) 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();