chore: remove console.log
This commit is contained in:
parent
4e78fbba14
commit
7f2e7b6c6c
1 changed files with 2 additions and 3 deletions
|
@ -33,8 +33,6 @@ const promises = urls.map((url) => fetch(url))
|
|||
const responses = await Promise.all(promises)
|
||||
const data = await Promise.all(responses.map((response) => response.json()))
|
||||
|
||||
console.log(accountObjects)
|
||||
|
||||
const title = 'Tech Bsky ↔ Fedi'
|
||||
const description =
|
||||
'Celebrating bsky folks who bridged their accounts to the fediverse!'
|
||||
|
@ -110,7 +108,8 @@ const description =
|
|||
|
||||
<p>
|
||||
If you're on Mastodon, this functionality is found in:<br /><small
|
||||
>Preferences -> Import and export -> Import</small>
|
||||
>Preferences -> Import and export -> Import</small
|
||||
>
|
||||
</p>
|
||||
|
||||
<h2>Full <code>.csv</code> content</h2>
|
||||
|
|
Loading…
Reference in a new issue