about summary refs log tree commit diff
path: root/src/state/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/index.ts')
-rw-r--r--src/state/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/index.ts b/src/state/index.ts
index 91726dc6e..9ebf321e4 100644
--- a/src/state/index.ts
+++ b/src/state/index.ts
@@ -27,7 +27,6 @@ export async function setupState() {
   // track changes & save to storage
   autorun(() => {
     const snapshot = rootStore.serialize()
-    console.log('saving', snapshot)
     storage.save(ROOT_STATE_STORAGE_KEY, snapshot)
   })