Skip to content

Commit 82a63f2

Browse files
committed
unused
1 parent cb7203a commit 82a63f2

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/await.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export function await_block(node, get_input, pending_fn, then_fn, catch_fn) {
5656
// Hydration mismatch: remove everything inside the anchor and start fresh
5757
set_hydrate_node(skip_nodes());
5858
set_hydrating(false);
59-
mismatch = true;
6059
}
6160

6261
if (is_promise(input)) {

0 commit comments

Comments
 (0)