a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove logs

-2
-2
src/replicache/clientMutationContext.ts
··· 109 109 await tx.del(id); 110 110 }, 111 111 async deleteEntity(entity) { 112 - console.trace("deleting entity "); 113 112 let existingFacts = await tx 114 113 .scan<Fact<keyof typeof Attributes>>({ 115 114 indexName: "eav", ··· 127 126 if (!ignoreUndo && facts.length > 0) { 128 127 undoManager.add({ 129 128 undo: async () => { 130 - console.log("undoin!"); 131 129 let input: FactInput[] & { ignoreUndo?: true } = facts.map( 132 130 (f) => 133 131 ({