mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-01 16:22:32 +00:00
remove console log
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user