Browse Source

Remove stray logging.

v1.x
Zach Bjornson 10 years ago
parent
commit
677587bd15
  1. 1
      test/public/tests.js

1
test/public/tests.js

@ -1992,7 +1992,6 @@ tests['fillStyle=\'hsla(...)\''] = function(ctx){
for (j=0;j<6;j++){
ctx.fillStyle = 'hsla(' + (360-60*i) + ',' +
(100-16.66*j) + '%,50%,' + (1-0.16*j) + ')';
console.log((100-16.66*j));
ctx.fillRect(j*25,i*25,25,25);
}
}

Loading…
Cancel
Save