diff --git a/constrain.js b/constrain.js index 5062c46..529c0f6 100644 --- a/constrain.js +++ b/constrain.js @@ -4271,8 +4271,6 @@ class Graphic extends Box { renderIfVisible() { if (this.visible(this.figure.currentFrame)) this.render() - else - console.log("Skipping render of invisible object: " + this) } installHolder(figure, holder, child) { const oldParent = child.parent