Sfoglia il codice sorgente

remove commented console.log

yakomaxa 2 anni fa
parent
commit
6ffdd81bb1
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/mol-model/structure/query/queries/atom-set.ts

+ 0 - 1
src/mol-model/structure/query/queries/atom-set.ts

@@ -32,7 +32,6 @@ export function propertySet(prop: QueryFn<any>) {
     return (ctx: QueryContext) => {
         const set = new Set();
         const x = getCurrentStructureProperties(ctx, prop, set);
-        //	console.log(x)
         return x;
     };
 }