From 60d031361b22884ea6a952c89919788366991cff Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 8 Apr 2015 16:00:11 +0200 Subject: [PATCH] Removed alert --- js/ProgressiveSphere.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !"); } }