Remove debugger

pull/3532/head
Bendegúz Hajnal 6 years ago
parent bbf53e8750
commit 6abc8c640e

@ -204,7 +204,6 @@ export default function dom(
const variable = component.var_lookup.get(name); const variable = component.var_lookup.get(name);
if (variable && (variable.hoistable || variable.global || variable.module)) return; if (variable && (variable.hoistable || variable.global || variable.module)) return;
debugger
if (single && !(variable.subscribable && variable.reassigned)) { if (single && !(variable.subscribable && variable.reassigned)) {
if (variable.referenced || variable.is_reactive_dependency || variable.export_name) { if (variable.referenced || variable.is_reactive_dependency || variable.export_name) {

Loading…
Cancel
Save