mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-22 21:23:06 +01: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