Commit 716d8e74 authored by pythongosssss's avatar pythongosssss
Browse files

Remove log

parent 20ae4851
......@@ -54,8 +54,6 @@ function dragElement(dragEl, settings) {
newPosX = Math.min(document.body.clientWidth - dragEl.clientWidth, Math.max(0, dragEl.offsetLeft));
newPosY = Math.min(document.body.clientHeight - dragEl.clientHeight, Math.max(0, dragEl.offsetTop));
console.log(newPosX, newPosY)
positionElement();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment