1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

removed console.log

This commit is contained in:
Fedor Katurov 2020-06-05 17:25:33 +07:00
parent 924b6d4285
commit 5e673c27b0

View file

@ -21,7 +21,6 @@ function* onPathChange({
}
function* onShowPhotoswipe({ images, index }: ReturnType<typeof modalShowPhotoswipe>) {
console.log({ images, index });
yield put(
modalSet({
dialog: DIALOGS.PHOTOSWIPE,