From ea4da2c2a45fe6aefc103ae759959d7fe88e8576 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 23 Jun 2024 20:23:19 +0530 Subject: [PATCH] Fin --- web/apps/photos/src/pages/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/apps/photos/src/pages/index.tsx b/web/apps/photos/src/pages/index.tsx index 5c50e1de48..44d89d5089 100644 --- a/web/apps/photos/src/pages/index.tsx +++ b/web/apps/photos/src/pages/index.tsx @@ -160,8 +160,6 @@ const TappableContainer: React.FC = ({ children }) => { const [showDevSettings, setShowDevSettings] = useState(false); const handleClick: React.MouseEventHandler = (event) => { - console.log("click", tapCount, event, event.target); - // Don't allow this when runinng on (e.g.) web.ente.io. if (!shouldAllowChangingAPIOrigin()) return;