From e198c9253068e5dfd8997a033eac9a9bd7a9a48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B3=BD=E8=99=B9?= Date: Fri, 25 Aug 2023 19:27:26 +0800 Subject: [PATCH] feat: Add Color Util --- doric-web/src/shader/DoricViewNode.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/doric-web/src/shader/DoricViewNode.ts b/doric-web/src/shader/DoricViewNode.ts index afb47539..4401278d 100644 --- a/doric-web/src/shader/DoricViewNode.ts +++ b/doric-web/src/shader/DoricViewNode.ts @@ -360,7 +360,6 @@ export abstract class DoricViewNode { } set backgroundColor(v: number | GradientColor) { - console.log('background') if (typeof v === 'number') { this.applyCSSStyle({ backgroundColor: toRGBAString(v) }); } else {