diff --git a/src/index.js b/src/index.js index 267cf73..6f60fe9 100644 --- a/src/index.js +++ b/src/index.js @@ -11,7 +11,6 @@ makeDragable(parent) let options = getOptions() function render() { - console.log(options) const { alignments, boxSizes, containment } = options parent.style.width = boxSizes.parentWidth parent.style.height = boxSizes.parentHeight