mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 20:10:09 +02:00
fix: remove forgotten console.log
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user