Browse Source

Removed test console.log

David Sehnal 6 years ago
parent
commit
92b36f8e36
1 changed files with 0 additions and 2 deletions
  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,