浏览代码

console.log

Alexander Rose 5 年之前
父节点
当前提交
92df3b1f42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/mol-model/structure/structure/element/stats.ts

+ 1 - 1
src/mol-model/structure/structure/element/stats.ts

@@ -288,7 +288,7 @@ export namespace Stats {
                 }
             }
         }
-        console.log('hasPartitions', hasPartitions)
+
         if (hasPartitions) {
             for (let i = 0, len = loci.elements.length; i < len; i++) {
                 const e = loci.elements[i];