mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
removed console log
This commit is contained in:
parent
dea501b7ec
commit
a941c287d5
1 changed files with 0 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ export function blendTwoHexColors(color1: string, color2: string): string {
|
|||
a: 0.5,
|
||||
};
|
||||
const blended = normalBlend(rgba1, rgba2);
|
||||
console.log(blended);
|
||||
return rgbToHex(blended.r, blended.g, blended.b);
|
||||
} else {
|
||||
return "#000000";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue