From 8989cd4af175f4ce7c23ba10e8e9b0f016eaacce Mon Sep 17 00:00:00 2001 From: abhinav-grd Date: Fri, 10 Sep 2021 10:15:21 +0530 Subject: [PATCH] remove console log --- src/pages/gallery/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 70c59114e..f8064b338 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -295,7 +295,6 @@ export default function Gallery() { collection ); } catch (e) { - console.log(e); setDialogMessage({ title: constants.ERROR, staticBackdrop: true,