refactor: remove console.log

This commit is contained in:
P. Reis 2024-07-05 18:43:14 -03:00
parent 1b3082cd22
commit 13d346afbd

View file

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