Alexander Rose пре 5 година
родитељ
комит
bef9ff86d2
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/apps/viewer/extensions/cellpack/color.ts

+ 0 - 1
src/apps/viewer/extensions/cellpack/color.ts

@@ -31,7 +31,6 @@ export function CellPackColorTheme(ctx: ThemeDataContext, props: PD.Values<CellP
     let legend: ScaleLegend | TableLegend | undefined
 
     const info = ctx.structure && CellPackInfoProvider.get(ctx.structure).value
-    console.log(info)
 
     if (ctx.structure && info) {
         const colors = distinctColors(info.packingsCount)