Remove stray debug log

This commit is contained in:
Sol Fisher Romanoff 2022-12-30 01:03:31 +02:00 committed by eris
parent 0b6ba5ea6b
commit 5838112c40
1 changed files with 0 additions and 1 deletions

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, '')),