diff --git a/app/javascript/mastodon/features/antenna_editor/components/account.jsx b/app/javascript/mastodon/features/antenna_editor/components/account.jsx index 94cb4ea6a5..ea3a950b2d 100644 --- a/app/javascript/mastodon/features/antenna_editor/components/account.jsx +++ b/app/javascript/mastodon/features/antenna_editor/components/account.jsx @@ -54,7 +54,6 @@ class Account extends ImmutablePureComponent { render () { const { account, intl, isExclude, onRemove, onAdd, onExcludeRemove, onExcludeAdd, added } = this.props; - console.dir(isExclude) let button; diff --git a/app/javascript/mastodon/features/antenna_setting/components/radio_panel.jsx b/app/javascript/mastodon/features/antenna_setting/components/radio_panel.jsx index d80350e280..c756f2caba 100644 --- a/app/javascript/mastodon/features/antenna_setting/components/radio_panel.jsx +++ b/app/javascript/mastodon/features/antenna_setting/components/radio_panel.jsx @@ -20,7 +20,6 @@ class RadioPanel extends PureComponent { handleChange = e => { const value = e.currentTarget.getAttribute('data-value'); - console.dir(value); if (value !== this.props.value.get('value')) { this.props.onChange(value);