Selaa lähdekoodia

remove console.log

Alexander Rose 5 vuotta sitten
vanhempi
commit
bef9ff86d2
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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)