mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
remove console
This commit is contained in:
parent
6257ec8a78
commit
5fcfb40dca
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue