diff --git a/js/ProgressiveSphere.js b/js/ProgressiveSphere.js index d5ae674..a91431f 100644 --- a/js/ProgressiveSphere.js +++ b/js/ProgressiveSphere.js @@ -70,7 +70,7 @@ ProgessiveSphere.prototype.addFace = function() { if (!this.wasFinished && this.finished) { this.wasFinished = true; - alert("Finished reconstructing the mesh !"); + console.log("Finished reconstructing the mesh !"); } }