浏览代码

Removed test console.log

David Sehnal 6 年之前
父节点
当前提交
92b36f8e36
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/mol-model/structure/structure/unit/rings.ts

+ 0 - 2
src/mol-model/structure/structure/unit/rings.ts

@@ -51,8 +51,6 @@ namespace UnitRings {
             idx++;
         }
 
-        console.log(createIndex(rings));
-
         let _index: UnitRings['index'] | undefined = void 0;
         return {
             all: rings,