remove unused code

pull/10760/head
Rich Harris 3 years ago
parent 6e20af4421
commit 7307a96839

@ -110,8 +110,6 @@ export function unsubscribe_on_destroy(stores) {
for (store_name in stores) {
const ref = stores[store_name];
ref.unsubscribe();
// TODO: can we remove this code? it was refactored out when we split up source/comptued signals
// destroy_signal(ref.value);
}
});
}

Loading…
Cancel
Save