Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
vcoppe committed Jun 19, 2024
1 parent 1ed28b7 commit b3180ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const routingProfileSelectItem = writable({
});

derived([routingProfile, locale], ([profile, l]) => [profile, l]).subscribe(([profile, l]) => {
console.log(profile, l);
if (profile !== get(routingProfileSelectItem).value && l !== null) {
routingProfileSelectItem.update((item) => {
item.value = profile;
Expand Down

0 comments on commit b3180ce

Please sign in to comment.