ソースを参照

remove commented console.log

yakomaxa 2 年 前
コミット
6ffdd81bb1
1 ファイル変更0 行追加1 行削除
  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) => {
     return (ctx: QueryContext) => {
         const set = new Set();
         const set = new Set();
         const x = getCurrentStructureProperties(ctx, prop, set);
         const x = getCurrentStructureProperties(ctx, prop, set);
-        //	console.log(x)
         return x;
         return x;
     };
     };
 }
 }