Skip to content

Commit

Permalink
fix: removing console logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarParra committed Nov 29, 2024
1 parent 098d623 commit 1e9aecf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions force-app/lwc/signals/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ function $effect(fn) {
}
function computedGetter(node) {
if (node.state === ERRORED) {
console.log("throwing error", node.error);
throw node.error;
}
console.log("all good");
return node.signal.readOnly;
}
/**
Expand Down

0 comments on commit 1e9aecf

Please sign in to comment.