Browse Source

remove console.log statement

Alexander Rose 5 năm trước cách đây
mục cha
commit
5bbed1f9a3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/mol-model/structure/structure/element/stats.ts

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

@@ -48,7 +48,6 @@ export namespace Stats {
     }
 
     function handleElement(stats: Stats, element: Loci['elements'][0]) {
-        console.log('handleElement', stats, element)
         const { indices, unit } = element
         const { elements } = unit
         const size = OrderedSet.size(indices)