Skip to content

Commit bc82b0a

Browse files
committed
Removed debug logging.
1 parent 9211aea commit bc82b0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

assets/src/components/field/accordion/Accordion.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const Accordion = props => {
3333
</div>
3434
: null
3535

36-
console.log( props );
3736
return(
3837
<div className='tf-accordion'>
3938
<input type='hidden' name={ props.name ?? '' } value={ JSON.stringify(value) } />

0 commit comments

Comments
 (0)