From 3ace7b157aa8ccd958d7665a590688ccdbb6812d Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Tue, 8 Oct 2019 14:09:28 +0700 Subject: [PATCH] removed consolelog --- src/redux/user/sagas.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/redux/user/sagas.ts b/src/redux/user/sagas.ts index ddc9b75..8249706 100644 --- a/src/redux/user/sagas.ts +++ b/src/redux/user/sagas.ts @@ -619,8 +619,6 @@ function* getGPXTrackSaga(): SagaIterator { const track = getGPXString({ route, stickers, title: (title || address) }); - console.log({ route, stickers }); - return downloadGPXTrack({ track, title }); }