mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Removed console.log
This commit is contained in:
@@ -101,8 +101,6 @@ export const generateHighContrastColor = (
|
||||
backgroundColor: [number, number, number] | null = null,
|
||||
) => {
|
||||
const hash = murmurhash3_32_gc(name);
|
||||
console.log(name, hash);
|
||||
|
||||
let red = (hash & 0xff0000) >> 16;
|
||||
let green = (hash & 0x00ff00) >> 8;
|
||||
let blue = hash & 0x0000ff;
|
||||
|
||||
Reference in New Issue
Block a user