Removed a debug trace

This commit is contained in:
Alejandro Gallardo Escobar 2019-06-24 18:40:57 +02:00
parent 48f4861141
commit 8339188824
1 changed files with 0 additions and 4 deletions

View File

@ -652,10 +652,6 @@ export function addResizementListener(
if (width === lastWidth && height === lastHeight) return; if (width === lastWidth && height === lastHeight) return;
console.log(
width - lastWidth,
e.pageX - elementLeft + (lastWidth - mouseElementOffsetX)
);
if ( if (
width < lastWidth && width < lastWidth &&
e.pageX > elementLeft + (lastWidth - mouseElementOffsetX) e.pageX > elementLeft + (lastWidth - mouseElementOffsetX)