Skip to content

Commit 454ec33

Browse files
committed
removing extraneous console.log
1 parent f403680 commit 454ec33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/examples_p5/Basics/Color/WaveGradient/WaveGradient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ function draw() {
6565
gradient.updatePixels();
6666
image(gradient, 0, 0);
6767
noLoop();
68-
console.log('complete');
68+
//console.log('complete');
6969
}

0 commit comments

Comments
 (0)