mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
refactor: remove console.logs
This commit is contained in:
parent
592d6c1d36
commit
3e35102e13
1 changed files with 0 additions and 4 deletions
|
|
@ -435,13 +435,9 @@ export class DittoRelayStore implements NRelay {
|
|||
if (event.kind === 1) {
|
||||
const { firstUrl } = parseNoteContent(stripimeta(event.content, event.tags), [], this.opts);
|
||||
|
||||
console.log({ firstUrl });
|
||||
|
||||
if (firstUrl) {
|
||||
const linkPreview = await unfurlCard(firstUrl, { conf, signal });
|
||||
|
||||
console.log(linkPreview);
|
||||
|
||||
if (linkPreview) {
|
||||
await db.kysely.insertInto('event_stats')
|
||||
.values({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue