소스 검색

remove console.log statement

Alexander Rose 5 년 전
부모
커밋
5bbed1f9a3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)