removed debug stuff

feature-faces
Mike Lynch 2023-07-30 11:46:34 +10:00
parent 13510c1ac1
commit c2ac5d7928
1 changed files with 0 additions and 1 deletions

1
gui.js
View File

@ -76,7 +76,6 @@ class FourDGUI {
} }
} }
const guiObj = this; const guiObj = this;
console.log(guiObj);
this.link['hyperplane'] = this.numParam('hyperplane', parseFloat, 2); this.link['hyperplane'] = this.numParam('hyperplane', parseFloat, 2);
this.link['thickness'] = this.numParam('thickness', parseFloat, 1); this.link['thickness'] = this.numParam('thickness', parseFloat, 1);
this.link['color'] = this.numParam( this.link['color'] = this.numParam(