Remove stray debug log

This commit is contained in:
Sol Fisher Romanoff 2022-12-30 01:03:31 +02:00
parent f668455dff
commit 9cd62fe08d
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

View file

@ -72,7 +72,6 @@ export const parseUser = (data) => {
verified_at: field.verified_at
}
})
console.log(output.fields_html)
output.fields_text = data.fields.map(field => {
return {
name: unescape(field.name.replace(/<[^>]*>/g, '')),