Procházet zdrojové kódy

Removed test console.log

David Sehnal před 6 roky
rodič
revize
92b36f8e36
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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,