Skip to content

Commit

Permalink
remove more dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Dec 11, 2024
1 parent 785b6c9 commit fa6f17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/property.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ export const propertySum = (transform, ...parent) => {
};
const inner = new WritableProperty(transform(...getValues()));
const onUpdated = () => {
const values = getValues();
inner.set(transform(...getValues()));
};
parent.forEach((p) => {
Expand Down

0 comments on commit fa6f17f

Please sign in to comment.