Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Nov 21, 2023
1 parent 4427ee9 commit 3c0d8fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ItaliaTheme/Blocks/Accordion/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ class Edit extends SubblocksEdit {
return (
<div className="public-ui" tabIndex="-1" ref={this.nodeF}>
<div className="full-width section section-muted section-inset-shadow py-5 is-edit-mode">
selected: {this.props.selected ? 'true' : 'false'}
<br />
subindexselected: {this.state.subIndexSelected}
<Container className="px-md-4">
<Card className="card-bg rounded" noWrapper={false} space tag="div">
<CardBody tag="div">
Expand Down

0 comments on commit 3c0d8fb

Please sign in to comment.