diff --git a/packages/example/src/routes/tests.tsx b/packages/example/src/routes/tests.tsx index 81d2fd4..64bac4d 100644 --- a/packages/example/src/routes/tests.tsx +++ b/packages/example/src/routes/tests.tsx @@ -25,8 +25,6 @@ function RouteComponent() { const uuidRef = R.useRef("none") const anotherRef = R.useRef(69) - console.log(R.useSubscribeStream(uuidRef.changes)) - const logValue = R.useCallbackSync(Effect.fn(function*(value: string) { yield* Effect.log(value)