diff --git a/src/components/App.tsx b/src/components/App.tsx index 3b15d5639..9983a9591 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;