remove console log
This commit is contained in:
parent
ccaadf06ca
commit
a040913e88
@ -11,7 +11,6 @@ makeDragable(parent)
|
|||||||
let options = getOptions()
|
let options = getOptions()
|
||||||
|
|
||||||
function render() {
|
function render() {
|
||||||
console.log(options)
|
|
||||||
const { alignments, boxSizes, containment } = options
|
const { alignments, boxSizes, containment } = options
|
||||||
parent.style.width = boxSizes.parentWidth
|
parent.style.width = boxSizes.parentWidth
|
||||||
parent.style.height = boxSizes.parentHeight
|
parent.style.height = boxSizes.parentHeight
|
||||||
|
Loading…
Reference in New Issue
Block a user