Skip to content

Commit 8557077

Browse files
committed
we can remove this now
1 parent f72d1a6 commit 8557077

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,6 @@ export function set_active_effect(effect) {
112112
active_effect = effect;
113113
}
114114

115-
// TODO remove this, once we're satisfied that we're not leaking context
116-
/* @__PURE__ */
117-
setInterval(() => {
118-
if (active_effect !== null || active_reaction !== null) {
119-
// eslint-disable-next-line no-debugger
120-
debugger;
121-
}
122-
});
123-
124115
/**
125116
* When sources are created within a reaction, reading and writing
126117
* them should not cause a re-run

0 commit comments

Comments
 (0)