Explorar el Código

remove unnecessary log statment

Yana Rose hace 4 años
padre
commit
f60b347b30
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/viewer/helpers/superpose/color.ts

+ 0 - 2
src/viewer/helpers/superpose/color.ts

@@ -16,8 +16,6 @@ const DefaultColor = Color(0xCCCCCC);
 
 export function SuperposeColorTheme(ctx: ThemeDataContext, props: {}): ColorTheme<{}> {
 
-    console.log(ctx.structure?.inheritedPropertyData.subset);
-
     let colorCode = ctx.structure?.inheritedPropertyData.subset.color
     if (colorCode === undefined) {
         const index = Structure.Index.get(ctx.structure!).value || 0;