Skip to content

Commit c83374c

Browse files
committed
remove TODO
1 parent aa5af75 commit c83374c

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

packages/svelte/src/internal/client/dom/blocks/async.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { get_pending_boundary } from './boundary.js';
1111
export function async(node, expressions, fn) {
1212
var boundary = get_pending_boundary();
1313

14-
// TODO why is this necessary? doesn't it happen inside `async_derived` inside `flatten`?
1514
boundary.update_pending_count(1);
1615

1716
flatten([], expressions, (values) => {

0 commit comments

Comments
 (0)