Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 27, 2024
1 parent 118269a commit 96c098b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/settings/RangeSetting.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
beforeUpdate(() => {
if (!slider) return;
console.log("Ok");
slider.noUiSlider.updateOptions({
start: value,
range: {
Expand Down

0 comments on commit 96c098b

Please sign in to comment.