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;