From 6fc7c50f193a7be50a00233d4ea1bf0668f182da Mon Sep 17 00:00:00 2001 From: ruban <51721541+rooben-me@users.noreply.github.com> Date: Thu, 2 May 2024 22:55:41 -0700 Subject: [PATCH] this --- app/store/sync.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/store/sync.ts b/app/store/sync.ts index 9d01a7871..aa516057a 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -95,9 +95,6 @@ export const useSyncStore = createPersistStore( const provider = get().provider; const config = get()[provider]; const client = this.getClient(); - - console.log("client set", localState); - await client.set(config.username, JSON.stringify(localState)); try { const remoteState = await client.get(config.username);