mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
color-blending-with-transparency: removed debug log statement mistakenly left out
This commit is contained in:
@@ -586,7 +586,6 @@ function colorBlend(color1, color2, mode) {
|
||||
ar, cr, r = []; // result
|
||||
|
||||
ar = as + ab * (1 - as);
|
||||
console.log(ar);
|
||||
for (var i = 0; i < 3; i++) {
|
||||
cb = color1.rgb[i] / 255;
|
||||
cs = color2.rgb[i] / 255;
|
||||
|
||||
Reference in New Issue
Block a user