Explorar o código

remove debug statement

Alexander Rose %!s(int64=4) %!d(string=hai) anos
pai
achega
2e7041bd78
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
 }
 
 //