fix: remove forgotten console.log

This commit is contained in:
Arnošt Pleskot
2023-07-09 12:14:38 +02:00
parent 82014fe670
commit 7fb6c23715

View File

@@ -7671,8 +7671,6 @@ class App extends React.Component<AppProps, AppState> {
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;