Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Acylation committed Aug 3, 2024
1 parent afe4017 commit 7889194
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
on:change={({ detail: value }) => (cachedValue = value)}
on:blur={() => {
edit = false;
console.log(cachedValue);
if (!cachedValue) {
onChange(cachedValue);
return;
Expand Down

0 comments on commit 7889194

Please sign in to comment.