@ -453,9 +453,6 @@ export function client_component(analysis, options) {
if (analysis.custom_element) {
to_remove.push(b.literal('$$host'));
}
if (dev) {
to_remove.push(b.literal('$$dev'));
component_block.body.unshift(
b.const(
@ -413,7 +413,6 @@ export function with_dev_stack(call_expression, node, type, additional) {
return b.stmt(call_expression);
// Wrap with dev stack tracking
return b.stmt(
b.call(
'$.with_dev_stack',