Skip to content

Commit

Permalink
fixup! Track active observables
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinto committed Aug 15, 2021
1 parent 00735d6 commit a7aa6ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ const Kefir = {
staticLand,
/* dev-code */
activeObservables,
clearActiveObservables,
/* end-dev-code */
}

Expand Down Expand Up @@ -509,7 +508,6 @@ export {
staticLand,
/* dev-code */
activeObservables,
clearActiveObservables,
/* end-dev-code */
}

Expand Down
6 changes: 1 addition & 5 deletions src/utils/dev.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
let activeObservables = []

function clearActiveObservables() {
activeObservables = []
}

export {activeObservables, clearActiveObservables}
export {activeObservables}

0 comments on commit a7aa6ff

Please sign in to comment.