fix: remove unused code

This commit is contained in:
fantasticit 2022-03-24 21:39:34 +08:00
parent cd22f259fa
commit c328f84e5b
1 changed files with 0 additions and 6 deletions

View File

@ -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();