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 {