mirror of https://github.com/fantasticit/think.git
fix: remove unused code
This commit is contained in:
parent
cd22f259fa
commit
c328f84e5b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue