From 7fb6c2371524e2e9a48c96df74ef054f71cff142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=C5=A1t=20Pleskot?= Date: Sun, 9 Jul 2023 12:14:38 +0200 Subject: [PATCH] fix: remove forgotten console.log --- src/components/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 3b15d56398..9983a95911 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -7671,8 +7671,6 @@ class App extends React.Component { return null; } - console.log("fired"); - // Calculate the maximum possible zoom based on the viewport and scrollable area sizes const scrollableWidth = scrollConstraints.width; const scrollableHeight = scrollConstraints.height;