we can remove this now

pull/16197/head
Rich Harris 4 months ago
parent f72d1a6326
commit 855707753a

@ -112,15 +112,6 @@ export function set_active_effect(effect) {
active_effect = effect; active_effect = effect;
} }
// TODO remove this, once we're satisfied that we're not leaking context
/* @__PURE__ */
setInterval(() => {
if (active_effect !== null || active_reaction !== null) {
// eslint-disable-next-line no-debugger
debugger;
}
});
/** /**
* When sources are created within a reaction, reading and writing * When sources are created within a reaction, reading and writing
* them should not cause a re-run * them should not cause a re-run

Loading…
Cancel
Save