We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ed4a6 commit af2d87bCopy full SHA for af2d87b
src/webgl/p5.RendererGL.js
@@ -1329,7 +1329,6 @@ class RendererGL extends Renderer {
1329
// Restore blend mode
1330
this.states.curBlendMode = this.preEraseBlend;
1331
this.blendMode(this.preEraseBlend);
1332
- console.log(this.preEraseBlend, this._cachedBlendMode)
1333
// Ensure that _applyBlendMode() sets preEraseBlend back to the original blend mode
1334
this._isErasing = false;
1335
this._applyBlendMode();
0 commit comments