mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +01:00
refactor: remove console.log
This commit is contained in:
parent
6fdaa4018e
commit
1693992f1b
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user