Pārlūkot izejas kodu

remove console.log

Alexander Rose 5 gadi atpakaļ
vecāks
revīzija
bef9ff86d2
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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)