mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
Remove stray debug log
This commit is contained in:
parent
f668455dff
commit
9cd62fe08d
1 changed files with 0 additions and 1 deletions
|
@ -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, '')),
|
||||
|
|
Loading…
Reference in a new issue