Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmoffet committed Oct 10, 2024
1 parent e305eaf commit d415fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@
"engines": {
"node": ">=18.13.0 <=21.x.x",
"npm": ">=6.0.0"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
}
}
1 change: 0 additions & 1 deletion src/lib/components/common/Tags/TagInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
let tagInput: HTMLInputElement;
const addTagHandler = async () => {
console.log('addTagHandler fired with:', tagName);
tagName = tagName.trim();
if (tagName !== '') {
dispatch('add', tagName);
Expand Down

0 comments on commit d415fea

Please sign in to comment.