Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcmyers committed Apr 5, 2023
1 parent 28ac3f2 commit 2865ade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions constrain.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2865ade

Please sign in to comment.