remove console log

This commit is contained in:
vcoppe
2024-06-20 00:32:30 +02:00
parent 1ed28b7ada
commit b3180ceb73

View File

@@ -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;