This commit is contained in:
Manav Rathi
2024-06-23 20:23:19 +05:30
parent 72de042b53
commit ea4da2c2a4

View File

@@ -160,8 +160,6 @@ const TappableContainer: React.FC<React.PropsWithChildren> = ({ 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;