mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 13:33:24 -08: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…
Add table
Add a link
Reference in a new issue