refactor: remove console.log

This commit is contained in:
gabriel 2024-03-08 20:14:37 -03:00
parent 6fdaa4018e
commit 1693992f1b

View File

@ -68,8 +68,6 @@ const RequestTabPanel = () => {
const handleMouseMove = (e) => {
if (dragging) {
console.log(asideWidth + DEFAULT_PADDING + MIN_LEFT_PANE_WIDTH);
console.log(e.clientX + 2);
e.preventDefault();
let leftPaneXPosition = e.clientX + 2;
if (