Skip to content

Commit d3ae2f8

Browse files
committed
Remove blob coments
1 parent 2a53226 commit d3ae2f8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/test-app/src/App.tsx

-12
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ function App() {
3636
console.log(ctx, player);
3737
});
3838

39-
// connection.db.blob.onInsert((ctx, blob) => {
40-
// console.log(ctx, blob.blob);
41-
// });
42-
4339
setTimeout(() => {
4440
console.log(Array.from(connection.db.player.iter()));
4541
}, 5000);
@@ -57,14 +53,6 @@ function App() {
5753
>
5854
Update
5955
</button>
60-
61-
{/* <button
62-
onClick={() => {
63-
connection.reducers.add();
64-
}}
65-
>
66-
Create blob
67-
</button> */}
6856
</div>
6957
);
7058
}

0 commit comments

Comments
 (0)