Pārlūkot izejas kodu

remove debug statement

Alexander Rose 4 gadi atpakaļ
vecāks
revīzija
2e7041bd78
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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);
 }
 
 //