Browse Source

console.log

Alexander Rose 5 năm trước cách đây
mục cha
commit
92df3b1f42
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];