mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
removed consolelog
This commit is contained in:
parent
8e860f327a
commit
3ace7b157a
1 changed files with 0 additions and 2 deletions
|
@ -619,8 +619,6 @@ function* getGPXTrackSaga(): SagaIterator {
|
||||||
|
|
||||||
const track = getGPXString({ route, stickers, title: (title || address) });
|
const track = getGPXString({ route, stickers, title: (title || address) });
|
||||||
|
|
||||||
console.log({ route, stickers });
|
|
||||||
|
|
||||||
return downloadGPXTrack({ track, title });
|
return downloadGPXTrack({ track, title });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue