Skip to content

Commit 24525f9

Browse files
committed
Remove console.log
1 parent fe0d85a commit 24525f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/p5.Renderer2D.js

-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ class Renderer2D extends Renderer {
202202
fill(...args) {
203203
super.fill(...args);
204204
const color = this._pInst.color(...args);
205-
console.log(color.toString(), color);
206205
this._setFill(color.toString());
207206

208207
//accessible Outputs

0 commit comments

Comments
 (0)