mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-14 11:04:18 +01:00
refactor: remove console.log
This commit is contained in:
@@ -19,7 +19,6 @@ interface HydrateOpts {
|
||||
/** Hydrate events using the provided storage. */
|
||||
async function hydrateEvents(opts: HydrateOpts): Promise<DittoEvent[]> {
|
||||
const { events, store, signal, kysely = await DittoDB.getInstance() } = opts;
|
||||
console.log(kysely);
|
||||
|
||||
if (!events.length) {
|
||||
return events;
|
||||
|
||||
Reference in New Issue
Block a user