Skip to content

Commit 46924cc

Browse files
committed
remove console.log
1 parent 5c63dce commit 46924cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/offline.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const getUpdater = <T extends Item>(
7979
};
8080
case OperationTypes.UPDATE:
8181
return (currentValue, newItem) => {
82-
console.log({currentValue, newItem});
8382
if (Array.isArray(currentValue)) {
8483
return newItem
8584
? currentValue.map(item =>

0 commit comments

Comments
 (0)