소스 검색

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);
 }
 
 //