remove console log
This commit is contained in:
parent
1ed28b7ada
commit
b3180ceb73
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ export const routingProfileSelectItem = writable({
|
||||||
});
|
});
|
||||||
|
|
||||||
derived([routingProfile, locale], ([profile, l]) => [profile, l]).subscribe(([profile, l]) => {
|
derived([routingProfile, locale], ([profile, l]) => [profile, l]).subscribe(([profile, l]) => {
|
||||||
console.log(profile, l);
|
|
||||||
if (profile !== get(routingProfileSelectItem).value && l !== null) {
|
if (profile !== get(routingProfileSelectItem).value && l !== null) {
|
||||||
routingProfileSelectItem.update((item) => {
|
routingProfileSelectItem.update((item) => {
|
||||||
item.value = profile;
|
item.value = profile;
|
||||||
|
|
Loading…
Reference in a new issue