diff --git a/src/components/utils/SwitchLoading.jsx b/src/components/utils/SwitchLoading.jsx index 55394417c..89a233df2 100644 --- a/src/components/utils/SwitchLoading.jsx +++ b/src/components/utils/SwitchLoading.jsx @@ -93,7 +93,6 @@ class SwitchLoading extends Component { const isChecked = this.state.checked !== null ? this.state.checked : checked; const loadingCls = (loading || this.state.loading) ? { icon: classes.switchThumbLoading } : {}; - console.debug('just a test'); const switchEl = (