refactor: removed unused consoles

This commit is contained in:
Johnson Cherian 2024-03-22 11:57:29 +05:30
parent d6c0f65bdf
commit 319464c0c5

View file

@ -463,7 +463,6 @@ export default function DragContainer({
}}
checkInput
onDragStart={(e) => {
console.log('onDragStart->', e.inputEvent.target);
e?.moveable?.controlBox?.removeAttribute('data-off-screen');
const box = boxes.find((box) => box.id === e.target.id);
let isDragOnTable = false;