Skip to content

Commit

Permalink
Revert "test 2"
Browse files Browse the repository at this point in the history
This reverts commit 45701e6.
  • Loading branch information
incognitojam committed Jul 10, 2023
1 parent 45701e6 commit 0dceb72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/utils/SwitchLoading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
<Switch
Expand Down

0 comments on commit 0dceb72

Please sign in to comment.