Skip to content

Commit

Permalink
chore: leftover debugging code
Browse files Browse the repository at this point in the history
Co-authored-by: IanM <[email protected]>
  • Loading branch information
DavideIadeluca and imorland authored Nov 1, 2024
1 parent 9e1c1ef commit d8c626a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/forum/mutateUserHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default function mutateUserHero() {
'masquerade-bio',
<div>
{answers.map((answer) => {
console.log('Answer: ', answer);
const field = answer.attribute('field');
const type = TypeFactory.typeForField({
field,
Expand Down

0 comments on commit d8c626a

Please sign in to comment.