From 5e673c27b03b249bde2a4c8bc93a25134c170ccb Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 5 Jun 2020 17:25:33 +0700 Subject: [PATCH] removed console.log --- src/redux/modal/sagas.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redux/modal/sagas.ts b/src/redux/modal/sagas.ts index fad0a3ea..b6b5ffb4 100644 --- a/src/redux/modal/sagas.ts +++ b/src/redux/modal/sagas.ts @@ -21,7 +21,6 @@ function* onPathChange({ } function* onShowPhotoswipe({ images, index }: ReturnType) { - console.log({ images, index }); yield put( modalSet({ dialog: DIALOGS.PHOTOSWIPE,