Skip to content

Commit c4d413c

Browse files
committed
chore: rm extra log
1 parent 57e0f3f commit c4d413c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/jotai/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export function loroMirrorAtom<S extends SchemaType>(
107107
(_get, set, update: Partial<InferInputType<S>>) => {
108108
store.setState(update);
109109
// Reflect latest state from Mirror after any stamping like $cid
110-
console.log("mirror jotai setState", store.getState());
111110
set(stateAtom, store.getState() as InferType<S>);
112111
},
113112
);

0 commit comments

Comments
 (0)