remove console

This commit is contained in:
Nakul Nagargade 2025-07-01 19:02:09 +05:30
parent 6257ec8a78
commit 5fcfb40dca

View file

@ -109,7 +109,6 @@ export const Container = React.memo(
// Only update if this container is the most specific one under the mouse
if (canvasId === id) {
// console.log('Container hover', canvasId, id);
setCurrentDragCanvasId(id);
}
}