Skip to content

Commit

Permalink
GLSLNodeBuilder: Remove log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jan 28, 2025
1 parent 91e0e43 commit 7f229dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,6 @@ void main() {

this.vertexShader = this._getGLSLVertexCode( shadersData.vertex );
this.fragmentShader = this._getGLSLFragmentCode( shadersData.fragment );
console.log( this.fragmentShader );

} else {

Expand Down

0 comments on commit 7f229dd

Please sign in to comment.