From 2865adeec9c8d9c388c148a6c701ec881714e546 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Wed, 5 Apr 2023 14:19:14 -0400 Subject: [PATCH] Remove debugging output --- constrain.js | 2 -- 1 file changed, 2 deletions(-) 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