ruban 1 년 전
부모
커밋
6fc7c50f19
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      app/store/sync.ts

+ 0 - 3
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);