Removed alert

This commit is contained in:
Thomas FORGIONE 2015-04-08 16:00:11 +02:00
parent 0353888f9e
commit 60d031361b
1 changed files with 1 additions and 1 deletions

View File

@ -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 !");
}
}