Skip to content

Commit 0c9429f

Browse files
committed
remove comment
1 parent aa120d4 commit 0c9429f

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+0
-1
lines changed

packages/svelte/src/internal/client/reactivity/props.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ export function prop(props, key, flags, fallback) {
335335
}
336336

337337
// easy mode — prop is never written to
338-
// TODO i think the `&& runes` might now be superfluous
339338
if ((flags & PROPS_IS_UPDATED) === 0 && runes) {
340339
return getter;
341340
}

0 commit comments

Comments
 (0)