mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 01:14:23 +01:00
refactor: remove console.log
This commit is contained in:
parent
6fdaa4018e
commit
1693992f1b
@ -68,8 +68,6 @@ const RequestTabPanel = () => {
|
|||||||
|
|
||||||
const handleMouseMove = (e) => {
|
const handleMouseMove = (e) => {
|
||||||
if (dragging) {
|
if (dragging) {
|
||||||
console.log(asideWidth + DEFAULT_PADDING + MIN_LEFT_PANE_WIDTH);
|
|
||||||
console.log(e.clientX + 2);
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
let leftPaneXPosition = e.clientX + 2;
|
let leftPaneXPosition = e.clientX + 2;
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user