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,