Skip to content

Commit 4f6460a

Browse files
author
Pick
authored
chore(reactivity): remove unused comment (#1485) [ci skip]
1 parent 286c5b1 commit 4f6460a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/reactivity/src/computed.ts

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export function computed<T>(
4747

4848
const runner = effect(getter, {
4949
lazy: true,
50-
// mark effect as computed so that it gets priority during trigger
5150
scheduler: () => {
5251
if (!dirty) {
5352
dirty = true

0 commit comments

Comments
 (0)