1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

remove console.log

This commit is contained in:
Kevin Levron 2021-03-12 23:57:13 +01:00
parent e57a05de53
commit 8d66934fa9

View File

@ -11,7 +11,6 @@ export default {
},
created() {
this.createMaterial();
console.log(this.uniforms);
['vertexShader', 'fragmentShader'].forEach(p => {
watch(() => this[p], () => {
// recreate material if we change either shader