Skip to content

Commit

Permalink
removes console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
diyaayay committed Feb 1, 2024
1 parent a4047af commit 7236340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/visual/cases/webgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ visualSuite('WebGL', function() {
visualSuite('3DModel', function() {
visualTest('OBJ model with MTL file displays diffuse colors correctly', function(p5, screenshot) {
return new Promise(resolve => {
console.log('inside test');
p5.createCanvas(50, 50, p5.WEBGL);
p5.loadModel('unit/assets/octa-color.obj', model => {
p5.background(200);
Expand Down

0 comments on commit 7236340

Please sign in to comment.