ソースを参照

remove debug statement

Alexander Rose 4 年 前
コミット
2e7041bd78
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/mol-gl/webgl/texture.ts

+ 0 - 1
src/mol-gl/webgl/texture.ts

@@ -333,7 +333,6 @@ export function loadImageTexture(src: string, cell: ValueCell<Texture>, texture:
         ValueCell.update(cell, texture);
     };
     img.src = src;
-    document.body.appendChild(img);
 }
 
 //