diff --git a/packages/bruno-app/src/components/RequestTabPanel/index.js b/packages/bruno-app/src/components/RequestTabPanel/index.js index 09bd673bd..1c24cb63c 100644 --- a/packages/bruno-app/src/components/RequestTabPanel/index.js +++ b/packages/bruno-app/src/components/RequestTabPanel/index.js @@ -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 (