瀏覽代碼

remove console.log

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)