remove console log

This commit is contained in:
Alfred Melch 2020-04-20 08:43:29 +02:00
parent ccaadf06ca
commit a040913e88

View File

@ -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