Removed alert
This commit is contained in:
parent
0353888f9e
commit
60d031361b
|
@ -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 !");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue