removed consolelog

This commit is contained in:
Fedor Katurov 2019-10-08 14:09:28 +07:00
parent 8e860f327a
commit 3ace7b157a

View file

@ -619,8 +619,6 @@ function* getGPXTrackSaga(): SagaIterator {
const track = getGPXString({ route, stickers, title: (title || address) });
console.log({ route, stickers });
return downloadGPXTrack({ track, title });
}