Skip to content

Commit

Permalink
remove console statement, see #911
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Nov 8, 2024
1 parent f5fb7de commit fea6ad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/buttons/RectangularRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export default class RectangularRadioButtonGroup<T> extends FlowBox {
// in the button. It may come from the button content or its label.
if ( !radioButton.accessibleName ) {
radioButton.accessibleName = PDOMUtils.findStringProperty( button );
console.log( radioButton.accessibleName );
}

// The highlight for the radio button should surround the layout Node if one is used.
Expand Down

0 comments on commit fea6ad7

Please sign in to comment.