Skip to content

Commit 23a4e7c

Browse files
committed
oops
1 parent 3385000 commit 23a4e7c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/svelte/src/compiler/phases/3-transform/client/transform-client.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,6 @@ export function client_component(analysis, options) {
453453
if (analysis.custom_element) {
454454
to_remove.push(b.literal('$$host'));
455455
}
456-
if (dev) {
457-
to_remove.push(b.literal('$$dev'));
458-
}
459456

460457
component_block.body.unshift(
461458
b.const(

packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ export function with_dev_stack(call_expression, node, type, additional) {
413413
return b.stmt(call_expression);
414414
}
415415

416-
// Wrap with dev stack tracking
417416
return b.stmt(
418417
b.call(
419418
'$.with_dev_stack',

0 commit comments

Comments
 (0)