From 1ed14d58f16b40c472906242237e63bf3935e5d7 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Tue, 9 Jul 2024 22:42:46 -0400 Subject: [PATCH] remove debug printing --- msagent.js/src/structs/core.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/msagent.js/src/structs/core.ts b/msagent.js/src/structs/core.ts index e69cb50..f593e56 100644 --- a/msagent.js/src/structs/core.ts +++ b/msagent.js/src/structs/core.ts @@ -113,7 +113,6 @@ export class RGBAColor { quad.b = (val & 0x00ff0000) >> 16; quad.a = 255; - console.log(val, quad); return quad; }