mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor: remove console.log
This commit is contained in:
parent
1b3082cd22
commit
13d346afbd
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue