aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 1a5cb44..03a254b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -798,7 +798,6 @@ export default defineComponent({
// Update layout/ui options with defaults, excluding user-modified ones
let lytOpts = getDefaultLytOpts();
let uiOpts = getDefaultUiOpts(lytOpts);
- console.log(uiOpts.touchDevice)
let changedTree = false;
for (let prop of Object.getOwnPropertyNames(lytOpts) as (keyof LayoutOptions)[]){
let item = localStorage.getItem('LYT ' + prop);