aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/SettingsStore.js')
-rw-r--r--src/stores/SettingsStore.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index 4a42ed924..f91ad5a12 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -180,9 +180,6 @@ export default class SettingsStore extends Store {
180 }, 180 },
181 }); 181 });
182 182
183 localStorage.removeItem('app');
184
185 debug('Set up dark mode');
186 } 183 }
187 } 184 }
188 185