chore: remove console.log

This commit is contained in:
Ayo Ayco 2025-01-03 22:14:39 +01:00
parent 4e78fbba14
commit 7f2e7b6c6c

View file

@ -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 -&gt; Import and export -&gt; Import</small>
>Preferences -&gt; Import and export -&gt; Import</small
>
</p>
<h2>Full <code>.csv</code> content</h2>