From 0dceb72545f84190c49cad53b8a508d29de6b404 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 10 Jul 2023 14:54:24 +0100 Subject: [PATCH] Revert "test 2" This reverts commit 45701e630d464bad24f8d4476a29ecbc421859e3. --- src/components/utils/SwitchLoading.jsx | 1 - 1 file changed, 1 deletion(-) 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 = (