diff --git a/src/db/lib.ts b/src/db/lib.ts index 7df0c60..c32e273 100644 --- a/src/db/lib.ts +++ b/src/db/lib.ts @@ -50,16 +50,6 @@ export const getFamily = async ( endkey, ...options, }); - if (allDocs.rows.at(-1).id > endkey) { - console.error({ - caller: 'getFamilly', - key, - endkey, - options, - local, - allDocs, - }); - } return allDocs; };